Skip to content

Commit

Permalink
fix cmds in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMainguy committed Jun 16, 2024
1 parent 1d03bfd commit 2e5418d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/binette_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Run simple test case from bin2table
run: |
cd test_data
binette -b binning_results/* --contigs all_contigs.fna --checkm2_db checkm2_tiny_db/checkm2_tiny_db.dmnd -v -o test_results
binette -b binning_results/*binning --contigs all_contigs.fna --checkm2_db checkm2_tiny_db/checkm2_tiny_db.dmnd -v -o test_results
- name: Compare results from bin2table with expectation
run: |
Expand All @@ -95,3 +95,4 @@ jobs:
head expected_results/final_bins_quality_reports.tsv test_results_from_dirs/final_bins_quality_reports.tsv
python scripts/compare_results.py expected_results/final_bins_quality_reports.tsv test_results_from_dirs/final_bins_quality_reports.tsv

0 comments on commit 2e5418d

Please sign in to comment.