Skip to content

Commit

Permalink
updating the SNP workflow to solve the testing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
EngyNasr committed Aug 4, 2023
1 parent 486c419 commit b3575ec
Show file tree
Hide file tree
Showing 4 changed files with 9,554 additions and 82,534 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
identifier: Spike3bBarcode10
path: test-data/nanopore_preprocessed_reads_collection_Spike3bBarcode10.fastq.gz
outputs:
bcftools_consensus:
extracted_fields_from_the_vcf_output:
element_tests:
Spike3bBarcode10:
path: test-data/bcftools_consensus_Spike3bBarcode10.fasta
path: test-data/extracted_fields_from_the_vcf_output_Spike3bBarcode10.tabular
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,13 @@
},
"action_type": "ChangeDatatypeAction",
"output_name": "output1"
},
"RenameDatasetActionoutput1": {
"action_arguments": {
"newname": "decompressed_rg_file"
},
"action_type": "RenameDatasetAction",
"output_name": "output1"
}
},
"tool_id": "CONVERTER_gz_to_uncompressed",
Expand Down Expand Up @@ -250,6 +257,11 @@
"uuid": "a98868a2-3706-4ba3-8650-e5b692be654e",
"when": null,
"workflow_outputs": [
{
"label": "clair3_full_alignment_vcf",
"output_name": "full_alignment",
"uuid": "049c1a4a-5376-4d8d-a798-08fed282e912"
},
{
"label": "clair3_merged_output",
"output_name": "merge_output",
Expand All @@ -259,11 +271,6 @@
"label": "clair3_pileup_vcf",
"output_name": "pileup",
"uuid": "2b223463-4015-4a32-a339-85f24debed76"
},
{
"label": "clair3_full_alignment_vcf",
"output_name": "full_alignment",
"uuid": "049c1a4a-5376-4d8d-a798-08fed282e912"
}
]
},
Expand Down Expand Up @@ -499,6 +506,6 @@
"IWC",
"name:Collection"
],
"uuid": "44349af3-2187-4b7b-891f-ffab096219c2",
"version": 2
"uuid": "2aee91bb-8f4d-4c16-81b2-95a57cc08028",
"version": 4
}
Loading

0 comments on commit b3575ec

Please sign in to comment.