Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add bio.tools IDs to tool wrappers #616

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
3 changes: 3 additions & 0 deletions tool_collections/taxonomy/gi2taxonomy/gi2taxonomy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<requirements>
<requirement type="package" version="1.0.0">taxonomy</requirement>
</requirements>
<xrefs>
<xref type="bio.tools">gi2taxonomy</xref>
</xrefs>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this tool should be moved to deprecated instead, it doesn't seem to be installed on big 3 servers and its requirement is not installable any more (no conda package, sources on BitBucket removed).

<command interpreter="python">gi2taxonomy.py $input $giField $idField $out_file1 ${GALAXY_DATA_INDEX_DIR}</command>
<inputs>
<param format="tabular" name="input" type="data" label="Show taxonomic representation for"></param>
Expand Down
3 changes: 3 additions & 0 deletions tool_collections/taxonomy/kraken2tax/kraken2tax.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<requirement type="package" version="5.1.0">gawk</requirement>
<requirement type="package" version="1.0.1">gb_taxonomy_tools</requirement>
</requirements>
<xrefs>
<xref type="bio.tools">kraken2tax</xref>
</xrefs>
<command>
<![CDATA[
awk '{ print \$${read_name}, \$${tax_id} }' OFS="\t" "${input}" | taxonomy-reader "${ncbi_taxonomy.fields.path}/names.dmp" "${ncbi_taxonomy.fields.path}/nodes.dmp" 1 > "${out_file}"
Expand Down
5 changes: 4 additions & 1 deletion tools/cd_hit_dup/cd_hit_dup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<requirements>
<requirement type="package" version="0.5-2012-03-07-fix-dan-gh-0.0.1">cd-hit-auxtools</requirement>
</requirements>
<xrefs>
<xref type="bio.tools">cd-hit</xref>
</xrefs>
<stdio>
<exit_code range="1:" />
<exit_code range=":-1" />
Expand Down Expand Up @@ -122,4 +125,4 @@ cd-hit-dup provides a number of options to tune how the duplicates are removed::
<citations>
<citation type="doi">10.1093/bioinformatics/bts565</citation>
</citations>
</tool>
</tool>
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<tool id="multispecies_orthologous_microsats" name="Extract orthologous microsatellites" version="1.0.0">
<description> for multiple (>2) species alignments</description>
<xrefs>
<xref type="bio.tools">multispecies_orthologous_microsats</xref>
</xrefs>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This tool also should probably be moved to deprecated/.

<command interpreter="perl">
multispecies_MicrosatDataGenerator_interrupted_GALAXY.pl
$input1
Expand Down
3 changes: 3 additions & 0 deletions tools/quality_filter/quality_filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
<requirement type="package" version="0.7.1">bx-python</requirement>
<requirement type="package" version="1.7.1">numpy</requirement>
</requirements>
<xrefs>
<xref type="bio.tools">qualityfilter</xref>
</xrefs>
<command interpreter="python">
quality_filter.py
$input
Expand Down
Loading