Skip to content

Commit

Permalink
Last 2 tests with updated schema and github pipeline test yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswyatt1 committed May 2, 2024
1 parent 24d1fda commit c3c32cc
Show file tree
Hide file tree
Showing 21 changed files with 111,228 additions and 22 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/test-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,31 +42,31 @@ jobs:
run: echo "/opt" >> $GITHUB_PATH;

- name: Run ncbi_download test
run: nf-test test tests/modules/download_ncbi.nf.test
run: nf-test test tests/modules/local/download_ncbi.nf.test

- name: Run gffread test
run: nf-test test tests/modules/gffread.nf.test
run: nf-test test tests/modules/local/gffread.nf.test

- name: Run get data test
run: nf-test test tests/modules/getdata.nf.test
run: nf-test test tests/modules/local/getdata.nf.test

- name: Run orthofinder test
run: nf-test test tests/modules/orthofinder.nf.test
run: nf-test test tests/modules/local/orthofinder.nf.test

- name: Run cafe test
run: nf-test test tests/modules/cafe.nf.test
run: nf-test test tests/modules/local/cafe.nf.test

- name: Run cafe_go test
run: nf-test test tests/modules/cafe_go.nf.test
run: nf-test test tests/modules/local/cafe_go.nf.test

- name: Run chromo_go test
run: nf-test test tests/modules/chromo_go.nf.test
#- name: Run chromo_go test (Not needed as this module is not in final pipeline [for now])
# run: nf-test test tests/modules/local/chromo_go.nf.test

- name: Run go assign test
run: nf-test test tests/modules/go_assign.nf.test
run: nf-test test tests/modules/local/go_assign.nf.test

- name: Run go expansion test
run: nf-test test tests/modules/go_expansion.nf.test
#- name: Run go expansion test (Not needed as this module is not in final pipeline [for now])
# run: nf-test test tests/modules/local/go_expansion.nf.test

- name: Download aws module test cds files
run: aws s3 cp s3://excon/data/Insect_data/fasta/* data/; aws s3 cp s3://excon/data/Insect_data/gofiles/* data/
Expand Down
1 change: 1 addition & 0 deletions data/biomart_small.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
amellifera_eg_gene
10,321 changes: 10,321 additions & 0 deletions data/cafe_go_input/N0.tsv

Large diffs are not rendered by default.

Loading

0 comments on commit c3c32cc

Please sign in to comment.