Skip to content

Commit

Permalink
added software versions and multiqc
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Mar 12, 2024
1 parent 9d42197 commit 38dae3d
Show file tree
Hide file tree
Showing 14 changed files with 34 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/add_fastani_ref.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,23 @@ jobs:
nextflow run . -profile docker -c .github/workflows/github_actions.config --fastas fastas --fastani_ref_list fastani_ref_list.txt
cat grandeur/grandeur_summary.tsv
cat grandeur/summary/software_versions.yml
ls grandeur/multiqc/multiqc_report.html
- name: Run Grandeur with refs
run: |
nextflow run . -profile docker -c .github/workflows/github_actions.config --fastas fastas -resume --fastani_ref GCA_009665515.2_ASM966551v2_genomic.fna.gz,GCA_009763645.1_ASM976364v1_genomic.fna.gz --outdir grandeur2
cat grandeur2/grandeur_summary.tsv
cat grandeur2/summary/software_versions.yml
ls grandeur2/multiqc/multiqc_report.html

- name: Run Grandeur with refs and ref list
run: |
nextflow run . -profile docker -c .github/workflows/github_actions.config --fastas fastas -resume --fastani_ref_list fastani_ref_list.txt --fastani_ref GCA_009665515.2_ASM966551v2_genomic.fna.gz,GCA_009763645.1_ASM976364v1_genomic.fna.gz --outdir grandeur3
cat grandeur3/grandeur_summary.tsv
cat grandeur3/summary/software_versions.yml
ls grandeur3/multiqc/multiqc_report.html


2 changes: 2 additions & 0 deletions .github/workflows/current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ jobs:
nextflow run . -profile docker --current_datasets -c .github/workflows/github_actions.config --fastas fastas
cat grandeur/grandeur_summary.tsv
cat grandeur/summary/software_versions.yml
ls grandeur/multiqc/multiqc_report.html
2 changes: 2 additions & 0 deletions .github/workflows/ecoli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
nextflow run . -profile docker -c .github/workflows/github_actions.config --fastas fastas
cat grandeur/grandeur_summary.tsv
cat grandeur/summary/software_versions.yml
ls grandeur/multiqc/multiqc_report.html
- name: Check E. coli file
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/klebsiella.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
nextflow run . -profile docker -c .github/workflows/github_actions.config --fastas fastas
cat grandeur/grandeur_summary.tsv
cat grandeur/summary/software_versions.yml
ls grandeur/multiqc/multiqc_report.html
- name: Check Klebsiella file
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/legionella.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
nextflow run . -profile docker -c .github/workflows/github_actions.config --fastas fastas
cat grandeur/grandeur_summary.tsv
cat grandeur/summary/software_versions.yml
ls grandeur/multiqc/multiqc_report.html
- name: Check Legionella file
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/myco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
nextflow run . -profile docker -c .github/workflows/github_actions.config --fastas fastas
cat grandeur/grandeur_summary.tsv
cat grandeur/summary/software_versions.yml
ls grandeur/multiqc/multiqc_report.html
- name: Check Mycobacterium file
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/phylogenetic_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
nextflow run . -profile docker,msa -c .github/workflows/github_actions.config --fastas fastas
cat grandeur/grandeur_summary.tsv
cat grandeur/summary/software_versions.yml
ls grandeur/multiqc/multiqc_report.html
- name: Check MSA files
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/run_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
nextflow run . -profile docker -c .github/workflows/github_actions.config --reads reads
cat grandeur/grandeur_summary.tsv
cat grandeur/summary/software_versions.yml
ls grandeur/multiqc/multiqc_report.html
- name: Check summary files
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/salmonella.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
nextflow run . -profile docker -c .github/workflows/github_actions.config --fasta_list fastas.txt
cat grandeur/grandeur_summary.tsv
cat grandeur/summary/software_versions.yml
ls grandeur/multiqc/multiqc_report.html
- name: Check Salmonella file
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/strepA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
nextflow run . -profile docker -c .github/workflows/github_actions.config --fastas fastas
cat grandeur/grandeur_summary.tsv
cat grandeur/summary/software_versions.yml
ls grandeur/multiqc/multiqc_report.html
- name: Check Strep pneumo file
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/strep_pneumo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
nextflow run . -profile docker -c .github/workflows/github_actions.config --fastas fastas
cat grandeur/grandeur_summary.tsv
cat grandeur/summary/software_versions.yml
ls grandeur/multiqc/multiqc_report.html
- name: Check Strep pneumo file
run: |
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
- name: Run Grandeur
run: |
nextflow run . -profile docker,test0 -c .github/workflows/github_actions.config
cat grandeur/grandeur_summary.tsv
cat grandeur/summary/software_versions.yml
ls grandeur/multiqc/multiqc_report.html
- name: Check contig files
run: |
for file in grandeur/contigs/*_contigs.fa
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/vibrio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
nextflow run . -profile docker -c .github/workflows/github_actions.config --fastas fastas
cat grandeur/grandeur_summary.tsv
cat grandeur/summary/software_versions.yml
ls grandeur/multiqc/multiqc_report.html
- name: Check Vibrio species
run: |
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/withoutfastani.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
nextflow run . -profile docker,msa -c .github/workflows/github_actions.config --fastas fastas --exclude_top_hit
cat grandeur/grandeur_summary.tsv
cat grandeur/summary/software_versions.yml
ls grandeur/multiqc/multiqc_report.html
- name: Check MSA files
run: |
Expand Down

0 comments on commit 38dae3d

Please sign in to comment.