comparison falco.xml @ 1:da336e3ead38 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/falco commit 22e3bc5d61cdfec9938d42062d0f03766768c93f
author iuc
date Mon, 17 Jun 2024 12:43:11 +0000
parents e462044ece67
children eee1a2f6abd8
comparison
equal deleted inserted replaced
0:e462044ece67 1:da336e3ead38
20 20
21 #if 'bam' in $input_file.ext: 21 #if 'bam' in $input_file.ext:
22 #set format = 'bam' 22 #set format = 'bam'
23 #elif 'sam' in $input_file.ext: 23 #elif 'sam' in $input_file.ext:
24 #set format = 'sam' 24 #set format = 'sam'
25 #elif 'gz' in $input_file.ext:
26 #set format = 'fastq.gz'
25 #else 27 #else
26 #set format = 'fastq' 28 #set format = 'fastq'
27 #end if 29 #end if
28 30
29 ln -s '${input_file}' '${input_file_sl}' && 31 ln -s '${input_file}' '${input_file_sl}' &&