comparison macros.xml @ 3:4ccf1406832d draft

planemo upload for repository https://git.embl.de/grp-gbcs/Je/tree/master/src/galaxy commit dd9e62bdb01d1252a90ce778103ce9b6b4a8cd52-dirty
author gbcs-embl-heidelberg
date Wed, 21 Jun 2017 05:23:33 -0400
parents f6bc74863c1c
children 384b972e43bc
comparison
equal deleted inserted replaced
2:f6bc74863c1c 3:4ccf1406832d
1 <macros> 1 <macros>
2
3 <token name="@VERSION_STRING@">1.1</token>
2 4
3 <token name="@single_or_paired_cmd@"> 5 <token name="@single_or_paired_cmd@">
4 #if str( $library.type ) == "single": 6 #if str( $library.type ) == "single":
5 F1=${library.input_1} 7 F1=${library.input_1}
6 #elif str( $library.type ) == "paired": 8 #elif str( $library.type ) == "paired":