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

Adding a Microbiome Workflow PathoGFAIR #463

Open
wants to merge 1 commit 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
15 changes: 15 additions & 0 deletions workflows/microbiome/PathoGFAIR/.dockstore.yml
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: /PathoGFAIR.ga
testParameterFiles:
- /PathoGFAIR-tests.yml
authors:
- name: Engy Nasr
orcid: 0000-0001-9047-4215
- name: "Bérénice Batut"
orcid: 0000-0001-9852-1987
- name: Paul Zierep
orcid: 0000-0003-2982-388X
5 changes: 5 additions & 0 deletions workflows/microbiome/PathoGFAIR/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## [0.1] 2024-07-03

First release.
25 changes: 25 additions & 0 deletions workflows/microbiome/PathoGFAIR/PathoGFAIR-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
- doc: Test outline for PathoGFAIR
job:
reference_genome_of_tested_pathogen_strain:
class: File
location: https://zenodo.org/record/12190648/files/reference_genome_of_tested_strain.fasta.gz
filetype: fasta.gz
collection_of_all_samples:
class: Collection
collection_type: list
elements:
- class: File
identifier: collection_of_all_samples_Spike3bBarcode10
location: https://zenodo.org/record/12190648/files/collection_of_all_samples_Spike3bBarcode10.fastq.gz
filetype: fastqsanger.gz
- class: File
identifier: collection_of_all_samples_Spike3bBarcode12
location: https://zenodo.org/record/12190648/files/collection_of_all_samples_Spike3bBarcode12.fastq.gz
filetype: fastqsanger.gz
samples_profile: map-pb
kraken_database: k2_minusb_20210517
host_reference_genome: apiMel3
outputs:
heatmap_table:
attributes: {}
path: test-data/heatmap_table.tabular
Loading
Loading