comparison macros.xml @ 4:6da7b7886cbf 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:42:43 -0400
parents 8930b411a9d7
children 222819c87d90
comparison
equal deleted inserted replaced
3:8930b411a9d7 4:6da7b7886cbf
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":