<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to Discussion</title><link>https://sourceforge.net/p/pb-jelly/discussion/</link><description>Recent posts to Discussion</description><atom:link href="https://sourceforge.net/p/pb-jelly/discussion/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 12 Jun 2024 15:46:09 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pb-jelly/discussion/feed.rss" rel="self" type="application/rss+xml"/><item><title>PbJelly resumen and error</title><link>https://sourceforge.net/p/pb-jelly/discussion/general/thread/fb423dc216/?limit=25#b29d</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi everyone&lt;/p&gt;
&lt;p&gt;I was running a mapping step for PbJelly gap filling. However, It stop after three days with the following error:&lt;/p&gt;
&lt;p&gt;File "/home/lissa/ENV/lib/python3.8/site-packages/pbjelly-16.0b1-py3.8.egg/EGG-INFO/scripts/m4pie.py", line 120, in uniteTails&lt;br/&gt;
    data = datGrab.search(read.qname).groupdict()&lt;br/&gt;
AttributeError: 'NoneType' object has no attribute 'groupdict'&lt;br/&gt;
Do you know if there is some way to resume PbJelly?. I think it already finished a big part of the mapping. Additionally, do you know how I can resolve this problem?.&lt;/p&gt;
&lt;p&gt;Thanks in advance for your answer.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lissa Cruz </dc:creator><pubDate>Wed, 12 Jun 2024 15:46:09 -0000</pubDate><guid>https://sourceforge.net1b4db12497609cdacb0dce79bf93cf3ba0903704</guid></item><item><title>Error during output step</title><link>https://sourceforge.net/p/pb-jelly/discussion/pbjtiks/thread/0a8dffcd/?limit=25#7383</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Seyhan,&lt;/p&gt;
&lt;p&gt;have you ever solved the issue? I'm facing the same&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Valentina</dc:creator><pubDate>Wed, 28 Aug 2019 08:26:50 -0000</pubDate><guid>https://sourceforge.net88869fd500d04a831078cfc19ccf3beba0af34c2</guid></item><item><title>blasr warning, stopped in mapping stage</title><link>https://sourceforge.net/p/pb-jelly/discussion/general/thread/9b4f34f055/?limit=25#2beb</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I am running PBJ to fill gaps of a draft genome assembly using Pacbio long reads on PBS one node 40 cores. The multiple job spun out from the main script has the following error:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;[INFO]&lt;/span&gt; 2019-08-05T11:50:06 &lt;span&gt;[blasr]&lt;/span&gt; started.&lt;br/&gt;
Warning: When attempting to select equivalently scoring reads at random&lt;br/&gt;
the bestn parameter should be greater than one.&lt;/p&gt;
&lt;p&gt;And all stopped without any output. Did anyone run into the same problem? Could anyone give me some advice? I'd appreciate any help!&lt;/p&gt;
&lt;p&gt;Lan&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lan Wu-Cavener</dc:creator><pubDate>Mon, 05 Aug 2019 16:04:41 -0000</pubDate><guid>https://sourceforge.nete105b02686e096f477099c0e7ac6d4afee3712e0</guid></item><item><title>mapping stage warning and stopped on single node with multiple cores</title><link>https://sourceforge.net/p/pb-jelly/discussion/pbjtiks/thread/646d424fb6/?limit=25#d5d2</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;br/&gt;
Run PBJelly mapping stage on a single node with 40 cores as part of PBS cluster. It generated &lt;br/&gt;
mapping_chunkXX.sh for each of the input fasta file. But there is no output (fasta.m4 file, .fasta.out file)&lt;br/&gt;
Please help me to diagnose the problem. Thanks!&lt;/p&gt;
&lt;p&gt;Lan&lt;/p&gt;
&lt;p&gt;All the&lt;strong&gt; mapping_chunkX.err&lt;/strong&gt; show the same message:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;[INFO]&lt;/span&gt; 2019-08-02T16:06:56 &lt;span&gt;[blasr]&lt;/span&gt; started.&lt;br/&gt;
Warning: When attempting to select equivalently scoring reads at random&lt;br/&gt;
the bestn parameter should be greater than one.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;mapping_chunk0.sh&lt;/strong&gt; is below:&lt;/p&gt;
&lt;h1 id="binbash"&gt;!/bin/bash&lt;/h1&gt;
&lt;p&gt;blasr /gpfs/group/restricted/drc9/restricted/Lan/default/PBJ_k99/reads_PB/oPB1ccs0.fasta /gpf&lt;br/&gt;
s/group/restricted/drc9/restricted/Lan/default/PBJ_k99/ref/o3PE_scafSeq.fasta --sa /gpfs/grou&lt;br/&gt;
p/restricted/drc9/restricted/Lan/default/PBJ_k99/ref/o3PE_scafSeq.fasta.sa -m 4 --out /gpfs/g&lt;br/&gt;
roup/restricted/drc9/restricted/Lan/default/PBJ_k99/mapping/oPB1ccs0.fasta.m4 --minMatch 12 -&lt;br/&gt;
-minAlnLength 5 --minPctSimilarity 70 --maxAnchorsPerPosition 700 --hitPolicy randombest --be&lt;br/&gt;
stn 1 --nCandidates 20 --maxScore -500 --nproc 39 --noSplitSubreads&lt;br/&gt;
m4pie.py /gpfs/group/restricted/drc9/restricted/Lan/default/PBJ_k99/mapping/oPB1ccs0.fasta.m4&lt;br/&gt;
 /gpfs/group/restricted/drc9/restricted/Lan/default/PBJ_k99/reads_PB/oPB1ccs0.fasta /gpfs/gro&lt;br/&gt;
up/restricted/drc9/restricted/Lan/default/PBJ_k99/ref/o3PE_scafSeq.fasta --nproc 39 -i&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Here is the xml:&lt;/strong&gt; (I removed some input files since they are in sequence)&lt;/p&gt;
&lt;p&gt;&amp;lt;jellyprotocol&amp;gt;&lt;br/&gt;
/gpfs/group/restricted/drc9/restricted/Lan/default/PBJ_k99/&lt;br/&gt;
    &amp;lt;reference&amp;gt;/gpfs/group/restricted/drc9/restricted/Lan/default/PBJ_k99/ref/o3PE_scafSeq.fa&lt;br/&gt;
sta&amp;lt;/reference&amp;gt;&lt;br/&gt;
    &amp;lt;outputdir&amp;gt;/gpfs/group/restricted/drc9/restricted/Lan/default/PBJ_k99/&amp;lt;/outputdir&amp;gt;&lt;br/&gt;
    &amp;lt;cluster&amp;gt;&lt;br/&gt;
    &lt;command/&gt;${CMD} ${JOBNAME} 2&amp;gt; ${STDERR} 1&amp;gt; ${STDOUT} &amp;amp;&lt;br/&gt;
        &amp;lt;njobs&amp;gt;39&amp;lt;/njobs&amp;gt;&lt;br/&gt;
    &amp;lt;/cluster&amp;gt;&lt;br/&gt;
    &amp;lt;blasr&amp;gt;--minMatch 12 --minAlnLength 5 --minPctSimilarity 70 --maxAnchorsPerPosition 700 -&lt;br/&gt;
-hitPolicy randombest --bestn 1 --nCandidates 20 --maxScore -500 --nproc 39 --noSplitSubreads&lt;br/&gt;
&amp;lt;/blasr&amp;gt;&lt;br/&gt;
    &amp;lt;input basedir="/gpfs/group/restricted/drc9/restricted/Lan/default/PBJ_k99/reads_PB"&amp;gt;&lt;br/&gt;
        &amp;lt;job&amp;gt;oPB1ccs0.fasta&amp;lt;/job&amp;gt;&lt;br/&gt;
        &amp;lt;job&amp;gt;oPB1ccs1.fasta&amp;lt;/job&amp;gt;&lt;br/&gt;
        ... ...&lt;br/&gt;
        &amp;lt;job&amp;gt;oPB1ccs7.fasta&amp;lt;/job&amp;gt;&lt;br/&gt;
        &amp;lt;job&amp;gt;oPB2ccs0.fasta&amp;lt;/job&amp;gt;&lt;br/&gt;
        &amp;lt;job&amp;gt;oPB2ccs1.fasta&amp;lt;/job&amp;gt;&lt;br/&gt;
        ... ...&lt;br/&gt;
        &amp;lt;job&amp;gt;oPB2ccs7.fasta&amp;lt;/job&amp;gt;&lt;br/&gt;
    &lt;br/&gt;
&amp;lt;/jellyprotocol&amp;gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lan Wu-Cavener</dc:creator><pubDate>Fri, 02 Aug 2019 21:36:26 -0000</pubDate><guid>https://sourceforge.net4fa902f788ef29a81f2a6efb8f93e4c993692373</guid></item><item><title>Jelly quits during assembly, PBS scheduler</title><link>https://sourceforge.net/p/pb-jelly/discussion/pbjtiks/thread/49ed3fcf3f/?limit=25#e2c2</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Unfortunately, I was not able to get PBJelly to work. Sorry!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zachary Calamari</dc:creator><pubDate>Fri, 02 Aug 2019 15:17:16 -0000</pubDate><guid>https://sourceforge.net0a73c0986472980a271bd1ea67e72b2d421b5b44</guid></item><item><title>Jelly quits during assembly, PBS scheduler</title><link>https://sourceforge.net/p/pb-jelly/discussion/pbjtiks/thread/49ed3fcf3f/?limit=25#eabf</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Have you solved the problem? It looks like you have completed previous stages using cluster. Could you please post your protocol file. I am using PBS cluster and trying to get PBJ to work, yet not successful.&lt;br/&gt;
Thanks!&lt;br/&gt;
Lan&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lan Wu-Cavener</dc:creator><pubDate>Fri, 02 Aug 2019 14:57:59 -0000</pubDate><guid>https://sourceforge.net1a0889c699d3071b6aac38e2d3d53735b3587ec3</guid></item><item><title>Jelly quits during assembly, PBS scheduler</title><link>https://sourceforge.net/p/pb-jelly/discussion/pbjtiks/thread/49ed3fcf3f/?limit=25#f227</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am trying to run Jelly on a computer using the PBS scheduler. I called Jelly.py assembly protocol.xml with and without  the -x "--nproc 16" flag, and the assembly keeps failing with the message =&amp;gt;&amp;gt; PBS: job killed: ncpus 86.0 exceeded limit 16 (burst). Is there a reason the assembly script is attempting to use more CPUs than I've set with the nproc command? I appreciate any assistance!&lt;/p&gt;
&lt;p&gt;Best,&lt;br/&gt;
Zac&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Zachary Calamari</dc:creator><pubDate>Sat, 27 Apr 2019 02:59:48 -0000</pubDate><guid>https://sourceforge.net312e3f5475b9f5509a9c1e494cac03880d4f7dca</guid></item><item><title>Continued problems with Support step: PBJelly in PBSuite</title><link>https://sourceforge.net/p/pb-jelly/discussion/pbjtiks/thread/11e0b663/?limit=25#2ba9</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The problem is solved by lowering--minMapq value!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Niraj Rayamajhi</dc:creator><pubDate>Thu, 21 Mar 2019 16:46:56 -0000</pubDate><guid>https://sourceforge.neta80e41070f19a2f0923825b591b4ef83ed323d6c</guid></item><item><title>Continued problems with Support step: PBJelly in PBSuite</title><link>https://sourceforge.net/p/pb-jelly/discussion/pbjtiks/thread/11e0b663/?limit=25#7f9a</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;I am having the same issue: support.py generates .gml file without any information on graph. It just generates .gml file which contains &lt;code&gt;graph [
]&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;You have solved this issue, could you please let me know about it?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br/&gt;
Niraj&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Niraj Rayamajhi</dc:creator><pubDate>Wed, 20 Mar 2019 20:47:59 -0000</pubDate><guid>https://sourceforge.net6aa3e8338852bc912f4da32ae78eca53649543e4</guid></item><item><title>Extraction does not finish</title><link>https://sourceforge.net/p/pb-jelly/discussion/pbjtiks/thread/0725740416/?limit=25#e8d0</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I ran this in debug mode a few times and got this type of error message in the Jelly.py error log:&lt;/p&gt;
&lt;p&gt;2019-03-18 13:24:31,945 &lt;span&gt;[DEBUG]&lt;/span&gt; CommandRunner Returned: &lt;span&gt;[(137, '/bin/sh: line 1: 38454 Killed                  Extraction.py /data/scratch/gpham/pepsi_dm/pbjelly/jelly_protocol3.xml --debug &amp;gt; /data/scratch/gpham/pepsi_dm/pbjelly/dm5_unmasked_hic_oriented_gapfill/assembly/extraction.out 2&amp;gt; /data/scratch/gpham/pepsi_dm/pbjelly/dm5_unmasked_hic_oriented_gapfill/assembly/extraction.err\n', None)]&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;It looked like a memory issue, though the job was crashing with only about half of the server's memory used. I switched to a server with 1 TB memory and the same command finished.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gina Pham</dc:creator><pubDate>Tue, 19 Mar 2019 12:13:20 -0000</pubDate><guid>https://sourceforge.netdeaae3d1b91a484fbfb3366dc8d897e948242f4b</guid></item></channel></rss>