comparison mageck_count.xml @ 4:bb6b6af01920 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:35:01 -0400
parents d8f26ae1e909
children 3bcf77e9c7e3
comparison
equal deleted inserted replaced
3:d8f26ae1e909 4:bb6b6af01920
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