Skip to content

Commit

Permalink
Update github action to run new test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tcezard committed Oct 30, 2023
1 parent e53c5a9 commit 171e864
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 38 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
# Run nextflow tests
tests/nextflow-tests/run_tests_validation.sh
tests/nextflow-tests/run_tests_prep_brokering.sh
tests/nextflow-tests/run_tests.sh
tests/nextflow-tests/run_tests_human.sh
tests/nextflow-tests/run_tests_accession_and_variant_load.sh
tests/nextflow-tests/run_tests_accession_and_variant_load_human.sh
tests/nextflow-tests/run_tests_clustering.sh
tests/nextflow-tests/run_tests_remapping_clustering.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,11 @@ mkdir -p project project/accessions project/public ftp

# run accession and variant load
# note public_dir needs to be an absolute path, unlike others in config
printf "\e[32m===== ACCESSION PIPELINE =====\e[0m\n"
nextflow run "${SOURCE_DIR}/accession.nf" -params-file test_ingestion_config.yaml \
printf "\e[32m==== ACCESSION & VARIANT LOAD PIPELINES ====\e[0m\n"
nextflow run ${SOURCE_DIR}/accession_and_load.nf -params-file test_ingestion_config_human.yaml \
--project_dir ${SCRIPT_DIR}/project \
--accessions_dir ${SCRIPT_DIR}/project/accessions \
--public_dir ${SCRIPT_DIR}/project/public
printf "\e[32m==== VARIANT LOAD PIPELINE ====\e[0m\n"
nextflow run ${SOURCE_DIR}/variant_load.nf -params-file test_ingestion_config.yaml \
--project_dir ${SCRIPT_DIR}/project

# check for public files and logs
printf "\e[32m====== Files made public ======\e[0m\n"
Expand Down
31 changes: 0 additions & 31 deletions tests/nextflow-tests/run_tests_human.sh

This file was deleted.

0 comments on commit 171e864

Please sign in to comment.