Skip to content

Commit

Permalink
Remove stdio
Browse files Browse the repository at this point in the history
Empty CDATA is an issue. galaxyproject/planemo#362
  • Loading branch information
hexylena committed Oct 31, 2015
1 parent 8c8ca5c commit 98f82c5
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 10 deletions.
1 change: 0 additions & 1 deletion tools/ncbi_entrez_eutils/ecitmatch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<import>macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="stdio"/>
<version_command>python ecitmatch.py --version</version_command>
<command detect_errors="aggressive" detect_errors="aggressive" interpreter="python"><![CDATA[ecitmatch.py
Expand Down
1 change: 0 additions & 1 deletion tools/ncbi_entrez_eutils/efetch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<import>macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="stdio"/>
<version_command>python efetch.py --version</version_command>
<command detect_errors="aggressive" interpreter="python"><![CDATA[efetch.py
$db.db_select
Expand Down
3 changes: 1 addition & 2 deletions tools/ncbi_entrez_eutils/egquery.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<import>macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="stdio"/>
<version_command>python egquery.py --version</version_command>
<command detect_errors="aggressive" interpreter="python"><![CDATA[egquery.py
"$term"
Expand Down Expand Up @@ -33,7 +32,7 @@
<tests>
<test>
<param name="term" value="bacteriophage"/>
<output name="default" file="egquery.1.xml" compare="sim_size"/>
<output name="default" file="egquery.1.xml" compare="contains"/>
</test>
</tests>
<help><![CDATA[
Expand Down
1 change: 0 additions & 1 deletion tools/ncbi_entrez_eutils/einfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<import>macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="stdio"/>
<version_command>python einfo.py --version</version_command>
<command detect_errors="aggressive" interpreter="python"><![CDATA[einfo.py
--db $db_select
Expand Down
1 change: 0 additions & 1 deletion tools/ncbi_entrez_eutils/elink.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<import>macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="stdio"/>
<version_command>python elink.py --version</version_command>
<command detect_errors="aggressive" interpreter="python"><![CDATA[elink.py
#if $cmd.cmd_select in ('neighbor', 'neighbor_score', 'neighbor_history'):
Expand Down
1 change: 0 additions & 1 deletion tools/ncbi_entrez_eutils/epost.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<import>macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="stdio"/>
<version_command>python epost.py --version</version_command>
<command detect_errors="aggressive" interpreter="python"><![CDATA[epost.py
$db_select
Expand Down
1 change: 0 additions & 1 deletion tools/ncbi_entrez_eutils/esearch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<import>macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="stdio"/>
<version_command>python esearch.py --version</version_command>
<command detect_errors="aggressive" interpreter="python"><![CDATA[esearch.py
$db_select
Expand Down
1 change: 0 additions & 1 deletion tools/ncbi_entrez_eutils/esummary.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<import>macros.xml</import>
</macros>
<expand macro="requirements"/>
<expand macro="stdio"/>
<version_command>python esummary.py --version</version_command>
<command detect_errors="aggressive" interpreter="python"><![CDATA[esummary.py
$db_select
Expand Down
3 changes: 2 additions & 1 deletion tools/ncbi_entrez_eutils/macros.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
--admin_email $admin_emails
</token>
<!-- TODO: citation -->
<token name="@REFERENCES@"><![CDATA[]]></token>
<token name="@REFERENCES@"><![CDATA[
]]></token>
<token name="@DISCLAIMER@"><![CDATA[
Usage Guidelines and Requirements
=================================
Expand Down

0 comments on commit 98f82c5

Please sign in to comment.