comparison macros.xml @ 3:01fdc6d10660 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:22:53 -0400
parents 1f8df7e35393
children 7895e352c09b
comparison
equal deleted inserted replaced
2:1f8df7e35393 3:01fdc6d10660
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":