Skip to content

Commit

Permalink
Merge pull request #310 from waveygang/fix_tests
Browse files Browse the repository at this point in the history
update regression outputs
  • Loading branch information
AndreaGuarracino authored Jan 22, 2025
2 parents 2b2024d + f61b090 commit 0158695
Show file tree
Hide file tree
Showing 3 changed files with 2,124 additions and 1,965 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -274,14 +274,14 @@ add_test(
add_test(
NAME wfmash-input-mapping
COMMAND bash -c "${INVOKE} data/scerevisiae8.fa.gz -p 95 -T S288C -Q SK1 -m > mappings.paf && \
${INVOKE} data/scerevisiae8.fa.gz -i mappings.paf|sort > aligned.paf.output && \
${INVOKE} data/scerevisiae8.fa.gz -i mappings.paf | LC_ALL=C sort > aligned.paf.output && \
${CMAKE_COMMAND} -E compare_files ${REGRESSION_TEST_DIR}/aligned.paf.output aligned.paf.output"
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})

add_test(
NAME wfmash-all2all
COMMAND bash -c "${INVOKE} -t 8 data/scerevisiae8.fa.gz > all2all.paf && \
sort all2all.paf | head -300 > all2all-300.paf.output && \
LC_ALL=C sort all2all.paf | head -300 > all2all-300.paf.output && \
${CMAKE_COMMAND} -E compare_files ${REGRESSION_TEST_DIR}/all2all-300.paf.output all2all-300.paf.output"
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR})

Expand Down
Loading

0 comments on commit 0158695

Please sign in to comment.