Previous changeset 7:eb38b7dc3810 (2018-03-05) Next changeset 9:7b94cccdc482 (2018-07-05) |
Commit message:
planemo upload for repository https://git.embl.de/grp-gbcs/Je/tree/master/src/galaxy commit bc2365188e0dd0f20925884276a27914bb714280 |
modified:
macros.xml |
b |
diff -r eb38b7dc3810 -r a79f67128fc3 macros.xml --- a/macros.xml Mon Mar 05 07:13:20 2018 -0500 +++ b/macros.xml Mon Apr 23 05:47:37 2018 -0400 |
b |
@@ -345,11 +345,11 @@ </data> <collection name="COLLECTION_1" type="list" label="${tool.name} on ${on_string} : Reads_1" > <filter>COLLECT_OUTPUTS and STATS_ONLY == False</filter> - <discover_datasets pattern="(?P<designation>.+_1\..+)" ext="fastqsangar" directory="results" visible="false" /> + <discover_datasets pattern="(?P<designation>.+_1\..+)" ext="fastqsanger" directory="results" visible="false" /> </collection> <collection name="COLLECTION_2" type="list" label="${tool.name} on ${on_string} : Reads_2" > <filter>COLLECT_OUTPUTS and STATS_ONLY == False</filter> - <discover_datasets pattern="(?P<designation>.+_2\..+)" ext="fastqsangar" directory="results" visible="false" /> + <discover_datasets pattern="(?P<designation>.+_2\..+)" ext="fastqsanger" directory="results" visible="false" /> </collection> </xml> <xml name="citations"> |