Skip to content

Commit

Permalink
add multiple fastqs to input collection
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanvidem committed Oct 18, 2024
1 parent d22c305 commit 2568c16
Showing 1 changed file with 38 additions and 2 deletions.
40 changes: 38 additions & 2 deletions workflows/transcriptomics/rnaseq-pe/rnaseq-pe-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,47 @@
elements:
- identifier: forward
class: File
location: https://zenodo.org/records/13888221/files/GSM461177_1.fastqsanger
location: https://zenodo.org/records/13951092/files/GSM461177_1.fastqsanger
filetype: fastqsanger
- identifier: reverse
class: File
location: https://zenodo.org/records/13888221/files/GSM461177_2.fastqsanger
location: https://zenodo.org/records/13951092/files/GSM461177_2.fastqsanger
filetype: fastqsanger
- class: Collection
type: paired
identifier: GSM461177
elements:
- identifier: forward
class: File
location: https://zenodo.org/records/13951092/files/GSM461178_1.fastqsanger
filetype: fastqsanger
- identifier: reverse
class: File
location: https://zenodo.org/records/13951092/files/GSM461178_2.fastqsanger
filetype: fastqsanger
- class: Collection
type: paired
identifier: GSM461177
elements:
- identifier: forward
class: File
location: https://zenodo.org/records/13951092/files/GSM461180_1.fastqsanger
filetype: fastqsanger
- identifier: reverse
class: File
location: https://zenodo.org/records/13951092/files/GSM461180_2.fastqsanger
filetype: fastqsanger
- class: Collection
type: paired
identifier: GSM461177
elements:
- identifier: forward
class: File
location: https://zenodo.org/records/13951092/files/GSM461181_1.fastqsanger
filetype: fastqsanger
- identifier: reverse
class: File
location: https://zenodo.org/records/13951092/files/GSM461181_2.fastqsanger
filetype: fastqsanger
forward_adapter: GATCGGAAGAGCACACGTCTGAACTCCAGTCAC
reverse_adapter: GATCGGAAGAGCGTCGTGTAGGGAAAGAGTGT
Expand Down

0 comments on commit 2568c16

Please sign in to comment.