# HG changeset patch # User iuc # Date 1708860482 0 # Node ID 7d997332582eefe31e18e8ed127a17ac4f32e291 # Parent e23e7bf8491bf1da0bac4c4ad91f5e868b8067a3 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit b32e3a4bfaf7e014097eeb0b850b61bac218802d diff -r e23e7bf8491b -r 7d997332582e das_tool.xml --- a/das_tool.xml Thu Jul 06 12:27:11 2023 +0000 +++ b/das_tool.xml Sun Feb 25 11:28:02 2024 +0000 @@ -1,7 +1,5 @@ - - for genome resolved metagenomics - + for genome-resolved metagenomics macros.xml @@ -19,7 +17,7 @@ #end for #if $adv.proteins -ln -s $adv.proteins 'proteins' && + ln -s '$adv.proteins' 'proteins' && #end if DAS_Tool @@ -28,17 +26,19 @@ --bins '$bins' --labels '$labels' --search_engine '$adv.search_engine' -#if $adv.proteins - --proteins 'proteins' -#end if + #if $adv.proteins + --proteins 'proteins' + #end if --score_threshold $adv.score_threshold --duplicate_penalty $adv.duplicate_penalty --megabin_penalty $adv.megabin_penalty + --max_iter_post_threshold $adv.max_iter_post_threshold + $output.write_bin_evals $output.write_bins.write_bins -#if str($output.write_bins.write_bins) != '' - $output.write_bins.write_unbinned -#end if + #if str($output.write_bins.write_bins) != '' + $output.write_bins.write_unbinned + #end if $output.debug --threads \${GALAXY_SLOTS:-1} ]]> @@ -57,6 +57,7 @@ +
@@ -202,7 +203,7 @@ Inputs ====== -- Bins: Tab separated files of contig-IDs and bin-IDs. Contigs to bin file example: :: +- Bins: Tab-separated files of contig-IDs and bin-IDs. Contigs to bin file example: :: Contig_1 bin.01 Contig_8 bin.01 @@ -216,7 +217,7 @@ >Contig_2 GATCGTCACGCAGGCTATCGGAGCCTCGACCCGCAAGCTCTGCGCCTTGGAGCAGG... -- [Optional] Proteins: Predicted proteins in prodigal fasta format. Header contains contig-ID and gene number: :: +- [Optional] Proteins: Predicted proteins in prodigal fasta format. The header contains contig-ID and gene number: :: >Contig_1_1 MPRKNKKLPRHLLVIRTSAMGDVAMLPHALRALKEAYPEVKVTVATKSLFHPFFEG... diff -r e23e7bf8491b -r 7d997332582e macros.xml --- a/macros.xml Thu Jul 06 12:27:11 2023 +0000 +++ b/macros.xml Sun Feb 25 11:28:02 2024 +0000 @@ -1,6 +1,6 @@ - 1.1.6 + 1.1.7 0 21.01