Mercurial > repos > public-health-bioinformatics > aggregate_linelisting
comparison aggregate_linelisting.xml @ 0:515c0c885f5d draft default tip
planemo upload for repository https://github.com/Public-Health-Bioinformatics/flu_classification_suite commit b96b6e06f6eaa6ae8ef4c24630dbb72a4aed7dbe
| author | public-health-bioinformatics |
|---|---|
| date | Thu, 04 Jul 2019 19:40:13 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:515c0c885f5d |
|---|---|
| 1 <tool id="aggregate_linelisting" name="Aggregate Line List" version="0.0.1"> | |
| 2 <requirements> | |
| 3 <requirement type="package" version="1.70">biopython</requirement> | |
| 4 </requirements> | |
| 5 <command detect_errors="exit_code"><![CDATA[ | |
| 6 python $__tool_directory__/aggregate_linelisting.py | |
| 7 '$input_fasta' | |
| 8 '$ref_fasta' | |
| 9 '$index_array_csv' | |
| 10 '$clade_def_csv' | |
| 11 '$output_file' | |
| 12 ]]></command> | |
| 13 <inputs> | |
| 14 <param name="input_fasta" format="fasta" type="data" label="Sample Sequences fasta."/> | |
| 15 <param name="ref_fasta" format="fasta" type="data" label="Reference Sequence fasta."/> | |
| 16 <param name="index_array_csv" format="csv" type="data" label="Antigenic Site Index Array File."/> | |
| 17 <param name="clade_def_csv" format="csv" type="data" label="Clade Definition File."/> | |
| 18 </inputs> | |
| 19 <outputs> | |
| 20 <data name="output_file" format="csv"/> | |
| 21 </outputs> | |
| 22 <tests> | |
| 23 <test> | |
| 24 <param name="input_fasta" value="fluA_H3_clade_assigned_antigenic_sites_extracted.fasta"/> | |
| 25 <param name="ref_fasta" value="MAP_3C.2a_A_Hong_Kong_4801_2014_X-263B_EGG.fasta" /> | |
| 26 <param name="index_array_csv" value="FluA_H3_antigenic_aa_indices.csv" /> | |
| 27 <param name="clade_def_csv" value="Flu_Clade_Definitions_H3_20171121.csv" /> | |
| 28 <output name="output_file" value="test_output.csv"/> | |
| 29 </test> | |
| 30 </tests> | |
| 31 <help><![CDATA[ | |
| 32 ]]></help> | |
| 33 <citations> | |
| 34 </citations> | |
| 35 </tool> |
