Skip to content

Commit 98fbffc

Browse files
committed
modified assemble.sh
1 parent e5b5fc5 commit 98fbffc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assemble.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
file=../assemblies/CH409
2+
file=~/compbio/assemblies/CH409
33
strain=CH409
44
adapt=~/compbio/adapters/illumina_adapters.fa
55

@@ -14,6 +14,6 @@ cat $file.singles.fastq $file.assembled.fastq > $file.all.singles.fastq
1414

1515
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
1616

17-
## filter contigs using
17+
## use GetGenomeStats.py to identify appropriate cutoffs for contig length and coverage
1818

1919
prokka --genus Pseudomonas --strain $strain --locustag $strain --prefix $strain --cpus 8 --outdir $file.prokka $file.filteredcontigs.fna

0 commit comments

Comments
 (0)