Skip to content

Commit

Permalink
turnt prints stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
susan-garry committed Jul 9, 2024
1 parent 62de9fc commit 3f50bcb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ test-flatgfa: fetch-og

turnt -e flatgfa_mem -e flatgfa_file -e flatgfa_file_inplace tests/*.gfa

-turnt --save -v -e chop_oracle_fgfa tests/*.og
turnt -v --diff -e flatgfa_chop tests/*.gfa
-turnt --save -vp -e chop_oracle_fgfa tests/*.og
turnt -vp -e flatgfa_chop tests/*.gfa

-turnt --save -v -e odgi_depth tests/*.og
turnt -v --diff -e flatgfa_depth tests/*.gfa
-turnt --save -vp -e odgi_depth tests/*.og
turnt -vp -e flatgfa_depth tests/*.gfa

clean:
-rm tests/*.flatgfa tests/*.inplace.flatgfa tests/*.chop tests/*.depth tests/*.gfa tests/*.og

0 comments on commit 3f50bcb

Please sign in to comment.