Skip to content

Commit

Permalink
added species-specific file check
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Apr 17, 2023
1 parent b8b0a67 commit 268e242
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ecoli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ jobs:
done
nextflow run . -profile docker --maxcpus 2 --medcpus 2
cat grandeur/grandeur_summary.tsv
cat grandeur/grandeur_summary.tsv
cat grandeur/shigatyper/shigatyper_results.txt
cat grandeur/serotypefinder/serotypefinder_results.txt
3 changes: 2 additions & 1 deletion .github/workflows/salmonella.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
done
nextflow run . -profile docker --maxcpus 2 --medcpus 2
cat grandeur/grandeur_summary.tsv
cat grandeur/grandeur_summary.tsv
cat grandeur/seqsero2/seqsero2_results.txt
3 changes: 2 additions & 1 deletion .github/workflows/vibrio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ jobs:
done
nextflow run . -profile docker --maxcpus 2 --medcpus 2
cat grandeur/grandeur_summary.tsv
cat grandeur/grandeur_summary.tsv
grep -i vibrio grandeur/fastani/fastani_summary.csv

0 comments on commit 268e242

Please sign in to comment.