Mercurial > repos > iuc > ncbi_eutils_efetch
comparison efetch.xml @ 3:aa88712a7536 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/ncbi_entrez_eutils commit 041f11d6eb83568deda382857b121274dffe9825
| author | iuc |
|---|---|
| date | Fri, 10 Jun 2016 14:49:12 -0400 |
| parents | a42fa980bbd5 |
| children | c26d1863f3f3 |
comparison
equal
deleted
inserted
replaced
| 2:cf56005c4320 | 3:aa88712a7536 |
|---|---|
| 27 <param checked="false" label="Download all records associated with query" name="whole" type="boolean" truevalue="--whole" falsevalue=""/> | 27 <param checked="false" label="Download all records associated with query" name="whole" type="boolean" truevalue="--whole" falsevalue=""/> |
| 28 </inputs> | 28 </inputs> |
| 29 <outputs> | 29 <outputs> |
| 30 <data format="txt" name="default" label="NCBI EFetch Results"> | 30 <data format="txt" name="default" label="NCBI EFetch Results"> |
| 31 <discover_datasets pattern="__designation__.out" ext="txt"/> | 31 <discover_datasets pattern="__designation__.out" ext="txt"/> |
| 32 <change_format> | 32 <expand macro="efetch_formats" /> |
| 33 <when input="output_format" value="abstract-text" format="txt"/> | |
| 34 <when input="output_format" value="acc-text" format="txt"/> | |
| 35 <when input="output_format" value="alignmentscores-text" format="txt"/> | |
| 36 <when input="output_format" value="chr-text" format="txt"/> | |
| 37 <when input="output_format" value="docset-text" format="txt"/> | |
| 38 <when input="output_format" value="docsum-xml" format="xml"/> | |
| 39 <when input="output_format" value="est-text" format="txt"/> | |
| 40 <when input="output_format" value="fasta_cds_aa-text" format="fasta"/> | |
| 41 <when input="output_format" value="fasta-text" format="fasta"/> | |
| 42 <when input="output_format" value="fasta-xml" format="xml"/> | |
| 43 <when input="output_format" value="flt-text" format="txt"/> | |
| 44 <when input="output_format" value="ft-text" format="txt"/> | |
| 45 <when input="output_format" value="full-text" format="txt"/> | |
| 46 <when input="output_format" value="full-xml" format="xml"/> | |
| 47 <when input="output_format" value="gbc-xml" format="xml"/> | |
| 48 <when input="output_format" value="gbwithparts-text" format="genbank"/> | |
| 49 <when input="output_format" value="gb-text" format="genbank"/> | |
| 50 <when input="output_format" value="gb-xml" format="xml"/> | |
| 51 <when input="output_format" value="gene_table-text" format="txt"/> | |
| 52 <when input="output_format" value="gpc-xml" format="xml"/> | |
| 53 <when input="output_format" value="gp-text" format="txt"/> | |
| 54 <when input="output_format" value="gp-xml" format="xml"/> | |
| 55 <when input="output_format" value="gss-text" format="txt"/> | |
| 56 <when input="output_format" value="homologene-text" format="txt"/> | |
| 57 <when input="output_format" value="ipg-xml" format="xml"/> | |
| 58 <when input="output_format" value="medline-text" format="txt"/> | |
| 59 <when input="output_format" value="native-xml" format="xml"/> | |
| 60 <when input="output_format" value="null-asn.1" format="asn1"/> | |
| 61 <when input="output_format" value="null-text" format="txt"/> | |
| 62 <when input="output_format" value="null-xml" format="xml"/> | |
| 63 <when input="output_format" value="rsr-text" format="txt"/> | |
| 64 <when input="output_format" value="seqid-text" format="txt"/> | |
| 65 <when input="output_format" value="ssexemplar-text" format="txt"/> | |
| 66 <when input="output_format" value="summary-text" format="txt"/> | |
| 67 <when input="output_format" value="uilist-xml" format="xml"/> | |
| 68 <when input="output_format" value="xml-xml" format="xml"/> | |
| 69 </change_format> | |
| 70 </data> | 33 </data> |
| 71 </outputs> | 34 </outputs> |
| 72 <tests> | 35 <tests> |
| 73 <test> | 36 <test> |
| 74 <param name="db_select" value="taxonomy"/> | 37 <param name="db_select" value="taxonomy"/> |
