Skip to content
Snippets Groups Projects
Commit d1374034 authored by Shaman Narayanasamy's avatar Shaman Narayanasamy
Browse files

Small comment change

parent 80dfedb9
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,8 @@ rule ANALYSIS_ANNOTATE:
prokka --force --outdir {AN_OUT}/annotation --cpus {THREADS} --metagenome {input[0]} >> {log} 2>&1
# Prokka gives a weird gff file with all the sequences. We need to write some small code to produce a file that
# cleans up the output
# Prokka gives a gff file with a long header and with all the contigs at the bottom. The command below removes the
# And keeps only the gff table.
LN=`grep -Hn "^>" {AN_OUT}/annotation/PROKKA_*.gff | head -n1 | cut -f2 -d ":"`
LN1=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment