# HG changeset patch # User nml # Date 1563820816 14400 # Node ID e305df0b1af70bab91128ead55eb347fe973c02f # Parent 4fa9d5e748d4ac361b46d3a305a04e3cd24b7566 planemo upload for repository https://github.com/phac-nml/biohansel commit 13f8e2ed8e9de3e1437cc9632110ce5395e34191 diff -r 4fa9d5e748d4 -r e305df0b1af7 biohansel.xml --- a/biohansel.xml Tue May 21 15:05:40 2019 -0400 +++ b/biohansel.xml Mon Jul 22 14:40:16 2019 -0400 @@ -7,6 +7,7 @@ (.fasta|.fastq|.fastq.gz) #if $input.type == 'fasta' - #set $input_files = '"{}"'.format($input.fasta.name) + #set $input_files = '"{}.fasta"'.format(os.path.splitext($input.fasta.name)[0]) ln -s "$input.fasta" $input_files && #elif $input.type == 'paired' #set $forward_filename = $get_paired_fastq_filename($input.forward)