# HG changeset patch # User thanhlv # Date 1663854169 0 # Node ID 3c7cbfb8f43d3c46cbd3f6340a4e373c0e1e43e3 "planemo upload for repository https://github.com/quadram-institute-bioscience/galaxy-tools/tree/master/tools/polypolish commit e855ff93b8b8493f8f061895d111885b938655e8-dirty" diff -r 000000000000 -r 3c7cbfb8f43d polypolish.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/polypolish.xml Thu Sep 22 13:42:49 2022 +0000 @@ -0,0 +1,67 @@ + + Polishing genome assemblies with short reads + + 0.5.0 + + + 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 + #if $debug + $debug debug.tsv + #end if + -d ${min_depth} + -i ${fraction_invalid} + -m ${max_errors} + -v ${fraction_valid} + draft.fasta filtered_1.sam filtered_2.sam + > polished.fasta + ]]> + + + + + + + + + + + + + + + + + + + + + + + + + + debug is True + + + +