Mercurial > repos > biomonika > linkyx
diff LINKYX_reformat_trinity_header.xml @ 9:695d28139f3e
toolshed8
| author | biomonika <biomonika@psu.edu> |
|---|---|
| date | Tue, 09 Sep 2014 14:31:02 -0400 |
| parents | |
| children | e6866610a434 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/LINKYX_reformat_trinity_header.xml Tue Sep 09 14:31:02 2014 -0400 @@ -0,0 +1,26 @@ +<tool id="reformat_trinity_header" name="reformat_trinity_header"> + <description>Reformat Trinity header</description> + <requirements> + <requirement type="set_environment">LINKYX_PATH</requirement> + <requirement type="set_environment">SAMTOOLS</requirement> + <requirement type="package" version="0.1.19">samtools</requirement> + </requirements> + <command interpreter="bash">reformat_trinity_header.sh $output $input1</command> + <inputs> + <param format="fasta" name="input1" type="data" label="Trinity.fasta"/> + </inputs> + <outputs> + <data format="fasta" name="output" /> + </outputs> + + <tests> + <test> + <output name="out_file1" file="Trinity.fasta"/> + </test> + </tests> + + <help> + Reformat Trinity header, keep only part until first space. + </help> + + </tool> \ No newline at end of file
