Skip to content

Commit

Permalink
Merge pull request galaxyproject#17 from mvdbeek/covid_workflow_wolfgang
Browse files Browse the repository at this point in the history
Add pe-illumina-wgs workflow
  • Loading branch information
mvdbeek authored Feb 22, 2021
2 parents 3175d02 + 881e42f commit 721e2bf
Show file tree
Hide file tree
Showing 8 changed files with 885 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/workflow_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "$GITHUB_USER"
git config --global init.defaultBranch main
- uses: fusion-engineering/setup-git-credentials@v2
with:
credentials: 'https://${{ env.GITHUB_USER }}:${{ secrets.IWC_WORKFLOWS_BOT_TOKEN }}@github.com/'
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 1.2
workflows:
- name: 'COVID-19-PE-WGS-ILLUMINA'
primaryDescriptorPath: /pe-wgs-variation.ga
subclass: Galaxy
testParameterFiles:
- /pe-wgs-variation-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
0.1
---------
- Initial version of COVID-19: variation analysis on WGS PE data workflow
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
COVID-19: variation analysis on WGS PE data
-------------------------------------------

This workflows performs paired end read mapping with bwa-mem followed by
sensitive variant calling across a wide range of AFs with lofreq and variant
annotation with snpEff 4.5covid19.
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
- doc: Test workflow execution using paired end illumina accession
job:
NC_045512.2 FASTA sequence of SARS-CoV-2:
class: File
path: test-data/NC_045512.2.fasta
Paired Collection:
class: Collection
collection_type: 'list:paired'
elements:
- class: Collection
type: paired
identifier: SRR11578257
elements:
- identifier: forward
class: File
location: "https://storage.googleapis.com/nih-sequence-read-archive/sra-src/SRR11578257/VIC818_R1.fq.gz"
- identifier: reverse
class: File
location: "https://storage.googleapis.com/nih-sequence-read-archive/sra-src/SRR11578257/VIC818_R2.fq.gz"
outputs:
annotated_variants:
attributes: {}
element_tests:
SRR11578257:
path: test-data/final_snpeff_annotated_variants.vcf
compare: diff
lines_diff: 6
Loading

0 comments on commit 721e2bf

Please sign in to comment.