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

Short workflow for lineage analysis wastewater sars-cov-2 metatranscriptomic data #191

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 1.2
workflows:
- name: main
subclass: Galaxy
publish: true
primaryDescriptorPath: /SARS-CoV-2-wastewater-analysis-from-metatranscriptomic-PE-data-with-Freyja.ga
testParameterFiles:
- /SARS-CoV-2-wastewater-analysis-from-metatranscriptomic-PE-data-with-Freyja-tests.yml
authors:
- name: Polina Polunina
orcid: 0000-0002-0507-460
- name: "B\xE9r\xE9nice Batut"
orcid: 0000-0001-9852-198
- name: Wolfgang Maier
orcid: 0000-0002-9464-664
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## [0.1]

- Initial version of COVID-19: variation analysis on wastewater metatranscriptomic PE data workflow
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
SARS-CoV-2 wastewater surveillance: lineages analysis on metatranscriptomic PE data
---------------------------------------------

The workflow for SARS-CoV-2 wastewater Illumina-sequenced metatranscriptomic data analysis
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
- doc: Test outline for SARS-CoV-2-wastewater-analysis-from-metatranscriptomic-PE-data-with-Freyja
job:
VCF:
class: Collection
collection_type: list
elements:
- class: File
identifier: SRR12596170.fastq
path: test-data/VCF_SRR12596170.fastq.vcf
- class: File
identifier: SRR12596172.fastq
path: test-data/VCF_SRR12596172.fastq.vcf
BAM collection of aligned and preprocessed reads:
class: Collection
collection_type: list
elements:
- class: File
identifier: SRR12596170.fastq
path: test-data/BAM collection of aligned and preprocessed reads_SRR12596170.fastq.bam
- class: File
identifier: SRR12596172.fastq
path: test-data/BAM collection of aligned and preprocessed reads_SRR12596172.fastq.bam
Time(s) metadata CSV file:
class: File
identifier: csv_meta.csv
path: test-data/csv_meta.csv
outputs:
'Freyja: Demix on input dataset(s): Lineages abundances summary':
element_tests:
SRR12596170.fastq:
asserts:
has_text:
text: "Other"
SRR12596172.fastq:
asserts:
has_text:
text: "coverage"
Loading