Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kincekara committed Oct 26, 2023
1 parent 115c030 commit c96f22f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions checkm/1.2.2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ RUN wget https://data.ace.uq.edu.au/public/CheckM_databases/checkm_data_2015_01_
mkdir checkm_db && tar -C checkm_db -xvf checkm_data_2015_01_16.tar.gz &&\
checkm data setRoot checkm_db

# run an internal test
RUN checkm test ./checkm_test_results &&\
tail -n2 ./checkm_test_results/checkm.log &&\
head ./checkm_test_results/results/qa_test.tsv
# run test with internal test data
RUN checkm lineage_wf -r ./checkm_db/test_data/ ./checkm_test_results

0 comments on commit c96f22f

Please sign in to comment.