annotate get_pdb.xml @ 0:538790c6c21b draft default tip

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
author bgruening
date Fri, 31 May 2019 06:22:47 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
1 <tool id="get_pdb" name="Get PDB file" version="0.1.0">
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
2 <description>from Protein Data Bank</description>
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
3 <requirements>
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
4 <requirement type="package" version="1.20.1">wget</requirement>
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
5 </requirements>
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
6 <command detect_errors="exit_code"><![CDATA[
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
7 wget https://files.rcsb.org/download/${pdb_id}.pdb -O '$output'
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
8 ]]></command>
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
9 <inputs>
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
10 <param name="pdb_id" type="text" label="PDB accession code">
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
11 <validator type="regex" message="Invalid accession code">^[0-9][a-zA-Z0-9]{3}$</validator>
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
12 </param>
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
13 </inputs>
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
14 <outputs>
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
15 <data name="output" format="pdb" />
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
16 </outputs>
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
17 <tests>
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
18 <test>
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
19 <param name="pdb_id" value="1AKI"/>
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
20 <output name="output" file="1AKI.pdb"/>
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
21 </test>
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
22 </tests>
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
23 <help><![CDATA[
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
24 Download a protein structure in PDB format from the Protein Data Bank using its four-letter accession code.
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
25 ]]></help>
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
26 <citations>
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
27 <citation type="doi">10.1093/nar/28.1.235</citation>
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
28 </citations>
538790c6c21b planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/data_source/get_pdb commit 678c8fe83eb51fb36538c0719fceb9a97999c10f
bgruening
parents:
diff changeset
29 </tool>