Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addition of Vgp0 : assembly of mitochondrial genome #320

Merged
merged 7 commits into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading