0
|
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>
|