Skip to content

Commit

Permalink
added fasta list
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Feb 13, 2024
1 parent a8b8f7e commit 5c01154
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/salmonella.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
mv ${accession}_genomic.fna fastas/.
done
nextflow run . -profile docker -c .github/workflows/github_actions.config --fastas fastas
ls fastas/* > fastas.txt
nextflow run . -profile docker -c .github/workflows/github_actions.config --fasta_list fastas.txt
cat grandeur/grandeur_summary.tsv
Expand Down

0 comments on commit 5c01154

Please sign in to comment.