Skip to content

Commit

Permalink
Changed cutoff contig length to 200
Browse files Browse the repository at this point in the history
  • Loading branch information
John Larsson committed Nov 22, 2016
1 parent 2e2a03f commit ac59a5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/assembly/assembly.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ assemstats
After the assembly, one wants to look at the length distributions of the
resulting assemblies. We have written the ``assemstats`` script for that::

assemstats 100 ${SAMPLE}_${kmer}/contigs.fa
assemstats 200 ${SAMPLE}_${kmer}/contigs.fa

Try to find out what each of the stats represent by trying other cut-off values than 100.
One of the most often used statistics in assembly length distribution comparisons is
Expand Down

0 comments on commit ac59a5e

Please sign in to comment.