Skip to content

Commit

Permalink
add extra sanity check command for TopHat
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel authored Sep 28, 2023
1 parent 10cfc13 commit 788d827
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ sanity_check_paths = {
'dirs': [],
}

sanity_check_commands = ['tophat --version']
sanity_check_commands = [
"tophat --help 2>&1 | grep 'TopHat maps short sequences'",
"tophat --version",
]

moduleclass = 'bio'

0 comments on commit 788d827

Please sign in to comment.