Skip to content

Commit

Permalink
fix error w/ genome size param
Browse files Browse the repository at this point in the history
  • Loading branch information
brantfaircloth committed Jun 11, 2019
1 parent 9c62038 commit 28e89a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion protocols-computer/assembly/assembly-with-canu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,11 @@ Steps
canu \
-p arabidopsis \
-d arabidopsis-pacbio \
genomeSize=1.1g \
genomeSize=123m \
useGrid=false \
-pacbio-raw ../pacbio-fastq/*.fastq.gz 1>canu-assembly.stdout 2>canu-assembly.stderr
.. warning:: You will need to adjust the genome size of your organism in the above to something that's suitable. Gb-size genome size is set using ``genomeSize=1.1g``, which would be appropriate for a bird.

#. If you need to restart the job at any time (e.g., you run out of walltime, which is likely), you may want to rename ``canu-assembly.stdout`` and ``canu-assembly.stderr``, so they are not overwritten:

Expand Down

0 comments on commit 28e89a7

Please sign in to comment.