We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5b5fc5 commit 98fbffcCopy full SHA for 98fbffc
assemble.sh
@@ -1,5 +1,5 @@
1
#!/bin/bash
2
-file=../assemblies/CH409
+file=~/compbio/assemblies/CH409
3
strain=CH409
4
adapt=~/compbio/adapters/illumina_adapters.fa
5
@@ -14,6 +14,6 @@ cat $file.singles.fastq $file.assembled.fastq > $file.all.singles.fastq
14
15
spades.py -m 16 -s $file.all.singles.fastq -1 $file.unassembled.forward.fastq -2 $file.unassembled.reverse.fastq --careful --cov-cutoff auto -t 8 -o $file
16
17
-## filter contigs using
+## use GetGenomeStats.py to identify appropriate cutoffs for contig length and coverage
18
19
prokka --genus Pseudomonas --strain $strain --locustag $strain --prefix $strain --cpus 8 --outdir $file.prokka $file.filteredcontigs.fna
0 commit comments