Skip to content

Commit

Permalink
added path to files
Browse files Browse the repository at this point in the history
  • Loading branch information
erinyoung committed Feb 13, 2024
1 parent f45d9e6 commit 250b4cb
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
mkdir fastas
mv *fna fastas/.
nextflow run . -profile docker --current_datasets -c .github/workflows/github_actions.config
nextflow run . -profile docker --current_datasets -c .github/workflows/github_actions.config --fastas fastas
cat grandeur/grandeur_summary.tsv
2 changes: 1 addition & 1 deletion .github/workflows/ecoli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
mv ${accession}_genomic.fna fastas/.
done
nextflow run . -profile docker -c .github/workflows/github_actions.config
nextflow run . -profile docker -c .github/workflows/github_actions.config --fastas fastas
cat grandeur/grandeur_summary.tsv
- name: Check E. coli file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/just_msa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
mkdir fastas
mv *fna fastas/.
nextflow run . -profile docker,just_msa -c .github/workflows/github_actions.config
nextflow run . -profile docker,just_msa -c .github/workflows/github_actions.config --fastas fastas
- name: Check MSA files
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/klebsiella.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
mv ${accession}_genomic.fna fastas/.
done
nextflow run . -profile docker
nextflow run . -profile docker -c .github/workflows/github_actions.config --fastas fastas
cat grandeur/grandeur_summary.tsv
- name: Check Klebsiella file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/legionella.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
mv ${accession}_genomic.fna fastas/.
done
nextflow run . -profile docker -c .github/workflows/github_actions.config
nextflow run . -profile docker -c .github/workflows/github_actions.config --fastas fastas
cat grandeur/grandeur_summary.tsv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/myco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
mv ${accession}_genomic.fna fastas/.
done
nextflow run . -profile docker -c .github/workflows/github_actions.config
nextflow run . -profile docker -c .github/workflows/github_actions.config --fastas fastas
cat grandeur/grandeur_summary.tsv
- name: Check Mycobacterium file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phylogenetic_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
cat grandeur/grandeur_summary.tsv
nextflow run . -profile docker,msa -resume -c .github/workflows/github_actions.config
nextflow run . -profile docker,msa -resume -c .github/workflows/github_actions.config --fastas fastas
- name: Check MSA files
run: |
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/run_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
wget -q ftp://ftp.sra.ebi.ac.uk/vol1/fastq/SRR283/002/SRR2838702/SRR2838702_1.fastq.gz
wget -q ftp://ftp.sra.ebi.ac.uk/vol1/fastq/SRR283/002/SRR2838702/SRR2838702_2.fastq.gz
mv *fastq.gz reads/.
nextflow run . -profile docker -c .github/workflows/github_actions.config
nextflow run . -profile docker -c .github/workflows/github_actions.config --reads reads
cat grandeur/grandeur_summary.tsv
- name: Check summary files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/salmonella.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
mv ${accession}_genomic.fna fastas/.
done
nextflow run . -profile docker -c .github/workflows/github_actions.config
nextflow run . -profile docker -c .github/workflows/github_actions.config --fastas fastas
cat grandeur/grandeur_summary.tsv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/strepA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
mv ${accession}_genomic.fna fastas/.
done
nextflow run . -profile docker -c .github/workflows/github_actions.config
nextflow run . -profile docker -c .github/workflows/github_actions.config --fastas fastas
cat grandeur/grandeur_summary.tsv
- name: Check Strep pneumo file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/strep_pneumo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
mv ${accession}_genomic.fna fastas/.
done
nextflow run . -profile docker -c .github/workflows/github_actions.config
nextflow run . -profile docker -c .github/workflows/github_actions.config --fastas fastas
cat grandeur/grandeur_summary.tsv
- name: Check Strep pneumo file
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vibrio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
mv ${accession}_genomic.fna fastas/.
done
nextflow run . -profile docker -c .github/workflows/github_actions.config
nextflow run . -profile docker -c .github/workflows/github_actions.config --fastas fastas
cat grandeur/grandeur_summary.tsv
- name: Check Vibrio species
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/withoutfastani.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
mkdir fastas
mv *fna fastas/.
nextflow run . -profile docker -c .github/workflows/github_actions.config
nextflow run . -profile docker -c .github/workflows/github_actions.config --fastas fastas
cat grandeur/grandeur_summary.tsv
Expand Down

0 comments on commit 250b4cb

Please sign in to comment.