comparison macros.xml @ 4:384b972e43bc draft

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