Skip to content

Commit

Permalink
change test conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
ypriverol committed Sep 4, 2023
1 parent 0f7d2cd commit 37fb48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
for sdrf in testdata/*/*.sdrf.tsv
do
pushd $(dirname $sdrf)
python ../../parse_sdrf.py convert-openms -s $(pwd)/../../$sdrf -t2
python ../../parse_sdrf.py convert-openms -s $(pwd)/../../$sdrf -t2 --extension_convert raw:mzML
diff -c experimental_design.tsv expected_experimental_design.tsv >> ../../failures.txt
diff -c expected_openms.tsv openms.tsv >> ../../failures.txt
popd
Expand Down

0 comments on commit 37fb48a

Please sign in to comment.