Skip to content

Commit

Permalink
fix comparison of result file in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMainguy committed Nov 27, 2024
1 parent 445e690 commit a04a6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/binette_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: Compare results from bin dirs with expectation
run: |
cd test_data
head expected_results/final_bins_quality_reports.tsv test_results_from_dirs/final_bins_quality_reports.tsv
head expected_results/final_bins_quality_reports.tsv test_results_from_dirs_and_prot_input/final_bins_quality_reports.tsv
python scripts/compare_results.py expected_results/final_bins_quality_reports.tsv test_results_from_dirs_and_prot_input/final_bins_quality_reports.tsv

0 comments on commit a04a6c0

Please sign in to comment.