Skip to content

Commit

Permalink
add mercury workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlibuit committed Feb 23, 2021
1 parent 841b5c3 commit ddbc83b
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 7 deletions.
15 changes: 15 additions & 0 deletions .dockstore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,18 @@ workflows:
primaryDescriptorPath: /workflows/wf_sc2_pubRepo_prep_pe.wdl
testParameterFiles:
- empty.json
- name: Mercury_PE_Prep
subclass: WDL
primaryDescriptorPath: /workflows/wf_mercury_pe_prep.wdl
testParameterFiles:
- empty.json
- name: Mercury_SE_Prep
subclass: WDL
primaryDescriptorPath: /workflows/wf_mercury_se_prep.wdl
testParameterFiles:
- empty.json
- name: Mercury_Batch
subclass: WDL
primaryDescriptorPath: /workflows/wf_mercury_batch.wdl
testParameterFiles:
- empty.json
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version 1.0

import "../tasks/task_ont_pub_repo_submission.wdl" as submission
import "../tasks/task_se_pub_repo_submission.wdl" as submission

workflow batch_fasta_repo_submission {
workflow mercury_batch {
input {
Array[File] genbank_single_submission_fasta
Array[File] genbank_single_submission_meta
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version 1.0

import "../tasks/task_pub_repo_submission.wdl" as submission
import "../tasks/task_pe_pub_repo_submission.wdl" as submission

workflow SC2_submission_files {
workflow mercury_pe_prep {
input {
String samplename
String submission_id
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version 1.0

import "../tasks/task_ont_pub_repo_submission.wdl" as submission
import "../tasks/task_se_pub_repo_submission.wdl" as submission

workflow sc2_pubRepo_prep_se {
workflow mercury_se_prep {
input {
String samplename
String submission_id
Expand All @@ -18,7 +18,7 @@ workflow sc2_pubRepo_prep_se {

String gisaid_submitter
String iso_state
String iso_country
String iso_country
String iso_continent
String seq_platform
String assembly_method
Expand Down

0 comments on commit ddbc83b

Please sign in to comment.