Mercurial > repos > elixir-it > corgat_multifc
comparison multifasta/multi_fasta_process.xml @ 0:3f6d4e4340e8 draft
Uploaded
| author | elixir-it |
|---|---|
| date | Fri, 30 Oct 2020 13:32:35 +0000 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:3f6d4e4340e8 |
|---|---|
| 1 <tool id="multiFasCorGAT" name="multiFC" version="1"> | |
| 2 <description> Process multi-fasta files to derive a phenetic matrix of genetic variants.</description> | |
| 3 <requirements> | |
| 4 <requirement type="package" >perl</requirement> | |
| 5 <requirement type="package" >wget</requirement> | |
| 6 <requirement type="package" >mummer</requirement> | |
| 7 </requirements> | |
| 8 <command> <![CDATA[ | |
| 9 ln -s $__tool_directory__/align.pl . 2>>$log && | |
| 10 perl align.pl --multi $infile --out $ofile 2>>$log | |
| 11 ]]> | |
| 12 </command> | |
| 13 <inputs> | |
| 14 <param format="fasta" name="infile" type="data" label="multifasta" help="Multifasta file of SARS-CoV-2 genomes"/> | |
| 15 </inputs> | |
| 16 | |
| 17 <outputs> | |
| 18 <data format="txt" name="log" label="${tool.name} on ${on_string}: log file "/> | |
| 19 <data format="tsv" name="ofile" label="${tool.name} on ${on_string}: tsv "/> | |
| 20 </outputs> | |
| 21 | |
| 22 <stdio> | |
| 23 </stdio> | |
| 24 | |
| 25 <tests> | |
| 26 <test> | |
| 27 </test> | |
| 28 </tests> | |
| 29 | |
| 30 <help> | |
| 31 **What it does?** | |
| 32 | |
| 33 This tool is used to align SARS-CoV-2 genes, in multifasta format. Genomes will be aligned to the reference SARS-CoV-2 genome using nucmer. | |
| 34 The output will consist in a single tabular file with as may columns as the number of genomes provided in input. And as many rows as the | |
| 35 number of variants observed in the genomes. For every genome assembly and variant a simple binary code 1= present, 0=absent will be used to | |
| 36 indicate whether that genome carries a specific variant. This table should be provided to the FunAnn tool to obtain the functional annotation | |
| 37 of the variants. | |
| 38 | |
| 39 </help> | |
| 40 <citations> | |
| 41 </citations> | |
| 42 </tool> | |
| 43 |
