Skip to content

Commit

Permalink
fixing workflow run
Browse files Browse the repository at this point in the history
  • Loading branch information
replikation committed Jun 17, 2021
1 parent 33a1e46 commit c04a725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextflow-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- name: fasta dry run
run: |
touch genome.fasta
nextflow run poreCov.nf --fasta genome.fasta -stub -profile local,stub
./nextflow run poreCov.nf --fasta genome.fasta -stub -profile local,stub
- name: fastq dry run
run: |
touch reads.fastq
nextflow run poreCov.nf --fastq reads.fastq -stub -profile local,stub
./nextflow run poreCov.nf --fastq reads.fastq -stub -profile local,stub

0 comments on commit c04a725

Please sign in to comment.