Mercurial > repos > rnateam > bctools
diff flexbar_dsc.xml @ 42:8880f22382ae draft
Uploaded
author | rnateam |
---|---|
date | Fri, 18 Dec 2015 09:19:17 -0500 |
parents | aff2c7260894 |
children | ec95b7f878de |
line wrap: on
line diff
--- a/flexbar_dsc.xml Fri Dec 18 07:51:55 2015 -0500 +++ b/flexbar_dsc.xml Fri Dec 18 09:19:17 2015 -0500 @@ -3,6 +3,9 @@ <!-- Author: Johannes Roehr --> <!-- Modified by Daniel Maticzka --> <!-- * changed dependency to use separate flexbar package --> +<!-- * use paired-end dataset collection as output --> + +<!-- * currently only works for barcode splitting with paired-end reads --> <tool id="flexbardsc" name="Flexbar DSC" version="2.5"> @@ -421,14 +424,14 @@ </stdio> <outputs> + <data format="txt" name="output" metadata_source="reads"/> <collection name="list_output" type="list:paired" label="Duplicate List"> - <!-- Use named regex group to grab pattern - <identifier_0>_<identifier_1>.fq. Here identifier_0 is the list - identifier in the nested collection and identifier_1 is either - forward or reverse (for instance samp1_forward.fq). - --> - <data format="txt" name="output" metadata_source="reads"/> - <discover_datasets pattern="FlexbarOutput_(?P<identifier_0>[^_]+)_(?P<identifier_1>[^_]+)\.fastq" metadata_source="reads" visible="true" /> + <!-- Use named regex group to grab pattern + <identifier_0>_<identifier_1>.fq. Here identifier_0 is the list + identifier in the nested collection and identifier_1 is either + forward or reverse (for instance samp1_forward.fq). + --> + <discover_datasets pattern="FlexbarOutput_barcode_(?P<identifier_0>[^_]+)_(?P<identifier_1>[^_]+)\.fastq" metadata_source="reads" visible="false" /> </collection> </outputs>