# HG changeset patch # User thanhlv # Date 1663975619 0 # Node ID a38f6a0ebbf94ad26903e69e51ba00a1237e49d6 # Parent 3c7cbfb8f43d3c46cbd3f6340a4e373c0e1e43e3 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/polypolish commit f361210f97bf2dfa63c2267193eca3163e17f78a-dirty" diff -r 3c7cbfb8f43d -r a38f6a0ebbf9 polypolish.xml --- a/polypolish.xml Thu Sep 22 13:42:49 2022 +0000 +++ b/polypolish.xml Fri Sep 23 23:26:59 2022 +0000 @@ -5,38 +5,38 @@ polypolish - samtools + bwa polypolish --version alignments_1.sam && bwa mem -t \${GALAXY_SLOTS:-4} -a draft.fa reads_2.fastq.gz > alignments_2.sam && polypolish_insert_filter.py --in1 alignments_1.sam --in2 alignments_2.sam --out1 filtered_1.sam --out2 filtered_2.sam && - polypolish + polypolish #if $debug $debug debug.tsv #end if - -d ${min_depth} - -i ${fraction_invalid} - -m ${max_errors} + -d ${min_depth} + -i ${fraction_invalid} + -m ${max_errors} -v ${fraction_valid} - draft.fasta filtered_1.sam filtered_2.sam + draft.fasta filtered_1.sam filtered_2.sam > polished.fasta ]]> - + @@ -52,7 +52,7 @@ - +