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

Correction of krona plot command

parent e903efbd
No related branches found
No related tags found
No related merge requests found
......@@ -539,7 +539,7 @@ rule ANALYSIS_KRONA_PLOT_MG:
echo {input}
echo {output[0]}
python {SRCDIR}/genes.to.kronaTable.py -i {input[0]} -m {input[1]} -H {input[2]} -c {input[3]} -L {input[4]} -o {output[0]}
ktImportText -o {output[1]} {output[0]}
ktImportText -o {output[1]} {output[0]} -a
"""
rule ANALYSIS_KRONA_PLOT_MT:
......
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