-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #244 from Delphine-L/VGP2-update
Update of VGP WF2 : kmer profiling for Trio Data
- Loading branch information
Showing
20 changed files
with
290 additions
and
571 deletions.
There are no files selected for viewing
8 changes: 0 additions & 8 deletions
8
workflows/VGP-assembly-v2/VGP-meryldb-creation-trio/.dockstore.yml
This file was deleted.
Oops, something went wrong.
132 changes: 0 additions & 132 deletions
132
workflows/VGP-assembly-v2/VGP-meryldb-creation-trio/meryldb-creation-trio-tests.yml
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
workflows/VGP-assembly-v2/kmer-profiling-hifi-trio-VGP2/.dockstore.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
version: 1.2 | ||
workflows: | ||
- name: main | ||
primaryDescriptorPath: /kmer-profiling-hifi-trio-VGP2.ga | ||
subclass: Galaxy | ||
testParameterFiles: | ||
- /kmer-profiling-hifi-trio-VGP2-tests.yml |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
73 changes: 73 additions & 0 deletions
73
...ows/VGP-assembly-v2/kmer-profiling-hifi-trio-VGP2/kmer-profiling-hifi-trio-VGP2-tests.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
- doc: Test outline for kmer-profiling-hifi-trio-VGP2.ga | ||
job: | ||
Maternal reads: | ||
class: Collection | ||
collection_type: list | ||
elements: | ||
- class: File | ||
identifier: forward | ||
location: https://zenodo.org/record/6603774/files/paternal.fastq?download=1 | ||
filetype: fastqsanger | ||
- class: File | ||
identifier: reverse | ||
location: https://zenodo.org/record/6603774/files/paternal.fastq?download=1 | ||
filetype: fastqsanger | ||
Paternal reads: | ||
class: Collection | ||
collection_type: list | ||
elements: | ||
- class: File | ||
identifier: forward | ||
location: https://zenodo.org/record/6603774/files/maternal.fastq?download=1 | ||
filetype: fastqsanger | ||
- class: File | ||
identifier: reverse | ||
location: https://zenodo.org/record/6603774/files/maternal.fastq?download=1 | ||
filetype: fastqsanger | ||
Pacbio Hifi reads: | ||
class: Collection | ||
collection_type: list | ||
elements: | ||
- class: File | ||
identifier: pacbio_dataset | ||
location: https://zenodo.org/record/6603774/files/child.fastq?download=1 | ||
filetype: fastqsanger | ||
'K-mer length': 9 | ||
Ploidy: 1 | ||
outputs: | ||
GenomeScope linear plot (maternal): | ||
class: File | ||
file: test-data/GenomeScope_Linear_plot_maternal.png | ||
compare: sim_size | ||
delta: 15000 | ||
GenomeScope linear plot (paternal): | ||
class: File | ||
file: test-data/GenomeScope_Linear_plot_paternal.png | ||
compare: sim_size | ||
delta: 15000 | ||
GenomeScope linear plot (child): | ||
class: File | ||
file: test-data/GenomeScope_Linear_plot_child.png | ||
compare: sim_size | ||
delta: 15000 | ||
GenomeScope summary (child): | ||
asserts: | ||
has_text: | ||
text: '39,419 bp' | ||
has_text: | ||
text: '43,763 bp' | ||
'Meryl database : Child': | ||
asserts: | ||
has_size: | ||
value: 205051 | ||
delta: 1000 | ||
'Meryl database : paternal': | ||
asserts: | ||
has_size: | ||
value: 40338 | ||
delta: 1000 | ||
'Meryl database : maternal': | ||
asserts: | ||
has_size: | ||
value: 49534 | ||
delta: 1000 |
Oops, something went wrong.