Browse Source

added question 3 and 4

nicolas-zimmermann 4 years ago
parent
commit
d63263b530
1 changed files with 5 additions and 0 deletions
  1. 5 0
      wgs.sh

+ 5 - 0
wgs.sh View File

@@ -24,3 +24,8 @@ grep ">" databases/all_genome.fasta|cut -f 2 -d ">" > results/association.tsv
24 24
 
25 25
 # Question 3
26 26
 
27
+soft/megahit --k-list 21 --mem-flag 0 -1 EchE_R1.fastq.gz -2 EchE_R2.fastq.gz -o contigs
28
+
29
+# Question 4
30
+
31
+soft/prodigal -i contigs/final.contigs.fa -f fasta > genes.fna