Skip to content

Commit

Permalink
cleaner
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasK committed Oct 4, 2023
1 parent 99037f1 commit bf3ffe2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,11 @@ jobs:
python -m pip install . --no-deps -vv
atlas --help
- name: Clone Example Data Repository
run: git clone https://github.com/metagenome-atlas/example_data.git
# - name: Clone Example Data Repository
# run: git clone https://github.com/metagenome-atlas/example_data.git

- name: Run Test
run: |
ls -l
ls -l example_data
chmod +x test/test_ci.sh
test/test_ci.sh --resources mem=$MEM java_mem=$MEM --jobs=$N_THREADS --restart-times=2
- name: Store Logs
Expand Down
2 changes: 2 additions & 0 deletions test/test_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ wget https://zenodo.org/record/3992790/files/test_reads.tar.gz
tar -xzf test_reads.tar.gz


ls -l test_reads

databaseDir="databases"
WD='test_ci'
reads_dir="test_reads" #"example_data/reads/test"
Expand Down

0 comments on commit bf3ffe2

Please sign in to comment.