Mercurial > repos > petr-novak > re_utils
diff RM_custom_search.xml @ 22:58807b35777a draft
planemo upload commit 20bdf879b52796d3fb251a20807191ff02084d3c-dirty
author | petr-novak |
---|---|
date | Wed, 02 Aug 2023 11:31:12 +0000 |
parents | 62fefa284036 |
children | 628b235d76c7 |
line wrap: on
line diff
--- a/RM_custom_search.xml Thu Jul 27 09:46:13 2023 +0000 +++ b/RM_custom_search.xml Wed Aug 02 11:31:12 2023 +0000 @@ -1,33 +1,46 @@ -<tool id="RMsearch2" name="RepeatMasker custom search2" version="1.0.3"> +<tool id="RMsearch2" name="RepeatMasker custom search2" version="1.0.3.3"> - <description>Scan clustering results using RepeatMasker against custom database of repeats</description> - <requirements> - <requirement type="package" version="4.0.7">repeatmasker</requirement> - <requirement type="package" version="3.6">python</requirement> - <requirement type="package" version="2.3.2">r-r2html</requirement> - <requirement type="package" version="2.54.0">bioconductor-biostrings</requirement> - </requirements> + <description>Scan clustering results using RepeatMasker against custom database of + repeats + </description> + <requirements> + <requirement type="package" version="4.0.7">repeatmasker</requirement> + <requirement type="package" version="3.6">python</requirement> + <requirement type="package" version="2.3.2">r-r2html</requirement> + <requirement type="package" version="2.54.0">bioconductor-biostrings</requirement> + </requirements> + <required_files> + <include type="literal" path="RM_custom_search.py"/> + <include type="literal" path="parallel.py"/> + </required_files> - <command> + + <command> - python3 ${__tool_directory__}/RM_custom_search.py -i $input_zip -d $RMdatabase -g $__root_dir__ -r $output_html; - - </command> + python3 ${__tool_directory__}/RM_custom_search.py -i $input_zip -d $RMdatabase -g + $__root_dir__ -r $output_html; - <inputs> - <param format="zip" type="data" name="input_zip" label="RepeatExplorer output data archive" help="Zip archive obtained from previouse Graph-based sequence clustering"/> - <param name="RMdatabase" format="fasta" type="data" label="Library of repeats" help="Library of repeats as DNA sequences in fasta format. The recommended format for IDs in a custom library is : '>reapeatname#class/subclass'"/> - </inputs> - - <outputs> - <data format="html" name="output_html" label="HTML summary of custom database ${RMdatabase.hid} search on dataset ${input_zip.hid} " /> - </outputs> + </command> + + <inputs> + <param format="zip" type="data" name="input_zip" + label="RepeatExplorer output data archive" + help="Zip archive obtained from previouse Graph-based sequence clustering"/> + <param name="RMdatabase" format="fasta" type="data" label="Library of repeats" + help="Library of repeats as DNA sequences in fasta format. The recommended format for IDs in a custom library is : '>reapeatname#class/subclass'"/> + </inputs> - <help> - **What it does** + <outputs> + <data format="html" name="output_html" + label="HTML summary of custom database ${RMdatabase.hid} search on dataset ${input_zip.hid} "/> + </outputs> - Use this tool if you want to scan previous clustering result with custom database of repeats using repeatmasker. - - </help> + <help> + **What it does** + + Use this tool if you want to scan previous clustering result with custom database + of repeats using repeatmasker. + + </help> </tool>