Mercurial > repos > estrain > microrunqc
changeset 21:5083f8406e34 draft
Uploaded
author | estrain |
---|---|
date | Fri, 19 Jan 2024 11:47:29 +0000 |
parents | 9c5e62562c87 |
children | 0b36ba6fb319 |
files | microrunqc.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/microrunqc.xml Thu Jan 18 20:20:40 2024 +0000 +++ b/microrunqc.xml Fri Jan 19 11:47:29 2024 +0000 @@ -105,7 +105,7 @@ #end if ${outname}.fasta > ${outname}.mlst_raw.tsv; - perl $__tool_directory__/mlstAddFields.pl ${outname}.mlst_raw.tsv > ${outname}.mlst.tsv; + python $__tool_directory__/mlstAddFields.py ${outname}.mlst_raw.tsv $mlst_databases.fields.path/pubmlst > ${outname}.mlst.tsv; python $__tool_directory__/run_fastq_scan.py --fastq ${bwalist} --out fq_out.tab --type ${fqscan};