comparison sm_dos2unix.xml @ 0:fc7c00da3eeb draft

Uploaded xml
author sarahinraauzeville
date Tue, 12 Dec 2017 09:30:14 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:fc7c00da3eeb
1 <tool id="sm_dos2unix" name="Clean Windows files">
2 <description>in order to be used on cluster (unix)</description>
3 <command interpreter="perl">sm_dos2unix.pl
4 $input
5 $output
6 </command>
7 <inputs>
8 <param format="fastq, fasta, txt, bam, sam, Csfasta, qual, bed, csv, xls, gff, gtf, pdf, vcf, xsq, bw, png, tabular" name="input" type="data" label="Input file"/>
9 </inputs>
10 <outputs>
11 <data format="fastq, fasta, txt, bam, sam, Csfasta, qual, bed, csv, xls, gff, gtf, pdf, vcf, xsq, bw, png, tabular" name="output" label="{$input.name}-cleaned" />
12 </outputs>
13 <help>
14 This command (dos2unix) cleans files from Windows in order to be used with unix.
15 </help>
16 </tool>