Skip to content

Commit

Permalink
Merge pull request #320 from Delphine-L/VGP0
Browse files Browse the repository at this point in the history
Addition of Vgp0 : assembly of mitochondrial genome
  • Loading branch information
mvdbeek authored Feb 7, 2024
2 parents aa85d71 + 942c350 commit 49525aa
Show file tree
Hide file tree
Showing 5 changed files with 414 additions and 0 deletions.
12 changes: 12 additions & 0 deletions workflows/VGP-assembly-v2/Mitogenome-assembly-VGP0/.dockstore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 1.2
workflows:
- name: main
subclass: Galaxy
publish: true
primaryDescriptorPath: /Mitogenome-Assembly-VGP0.ga
testParameterFiles:
- /Mitogenome-Assembly-VGP0-tests.yml
authors:
- name: VGP
url: https://vertebrategenomeproject.org
- name: Galaxy
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Changelog


## [0.1] - 2024-01-03

- Creation of workflow for Mitochondrial DNA assembly with MitoHifi.
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
- doc: Test outline for Mitogenome-Assembly-VGP0
job:
Collection of Pacbio Data:
class: Collection
collection_type: list
elements:
- class: File
identifier: pacbio_01.fasta.gz
location: https://zenodo.org/records/10454765/files/pacbio_01.fasta.gz?download=1
Species name (latin name): Theretra latreillii lucasii
Email adress: [email protected]
outputs:
contigs_stats:
asserts:
has_text:
text: "15316 36 True"
mitogenome_coverage:
asserts:
has_size:
value: 19000
delta: 2000
mitogenome_annotation:
asserts:
has_size:
value: 68000
delta: 5000
mitogenome_genbank:
assert:
has_n_line:
n: 480
Loading

0 comments on commit 49525aa

Please sign in to comment.