comparison mageck_count.xml @ 4:c35a871ef887 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mageck commit 1ec61a5000b70303a3655de0a74bcd52cd4b9d02
author iuc
date Thu, 19 Apr 2018 18:33:07 -0400
parents 54f75bda72d5
children 541a5bb7c8c2
comparison
equal deleted inserted replaced
3:54f75bda72d5 4:c35a871ef887
25 #set infile = $name + ".fq" 25 #set infile = $name + ".fq"
26 #elif $sample.is_of_type('bam'): 26 #elif $sample.is_of_type('bam'):
27 #set infile = $name + ".bam" 27 #set infile = $name + ".bam"
28 #end if 28 #end if
29 29
30 ln -s '${sample}' $infile && 30 ln -s '${sample}' '$infile' &&
31 31
32 #silent $files.append($infile) 32 #silent $files.append($infile)
33 #silent $names.append($name) 33 #silent $names.append($name)
34 34
35 #end for 35 #end for