Skip to content

Commit

Permalink
include --sample to dryrun
Browse files Browse the repository at this point in the history
  • Loading branch information
replikation authored Oct 7, 2021
1 parent 6586091 commit cd19193
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/DryRun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,8 @@ jobs:
run: |
mkdir fast5_2
./nextflow run poreCov.nf --fast5 fast5_2/ --nanopolish -stub -profile stub --cores 2 --max_cores 2
- name: fastq samples dry run
run: |
touch barcode01.fastq.gz
printf "_id,Status\nsample,BC01\n" > sample.csv
./nextflow run poreCov.nf --fastq barcode01.fastq.gz --samples sample.csv -stub -profile stub --cores 2 --max_cores 2

0 comments on commit cd19193

Please sign in to comment.