-
Notifications
You must be signed in to change notification settings - Fork 15
26 lines (24 loc) · 1.13 KB
/
nextflow-test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
name: Syntax_check
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Help_test
run: curl -s https://get.nextflow.io | bash && ./nextflow run phage.nf --help
- name: fasta dry run whole wf
run: |
./nextflow run phage.nf --fasta ./test-data/stub_genome.fasta -stub -profile stub --cores 2 --max_cores 2
- name: fasta dry run identify only
run: |
./nextflow run phage.nf --fasta ./test-data/stub_genome.fasta -stub -profile stub --cores 2 --max_cores 2 --identify
- name: fasta dry run annotate only
run: |
./nextflow run phage.nf --fasta ./test-data/stub_genome.fasta -stub -profile stub --cores 2 --max_cores 2 --annotate
- name: fasta dry run remove some tools 1
run: |
./nextflow run phage.nf --fasta ./test-data/stub_genome.fasta -stub -profile stub --cores 2 --max_cores 2 --dv --mp --pp --sm --vb
- name: fasta dry run remove some tools 2
run: |
./nextflow run phage.nf --fasta ./test-data/stub_genome.fasta -stub -profile stub --cores 2 --max_cores 2 --vf --vn --vs --ph --vs2 --sk