Skip to content

Commit

Permalink
add sanity check command for Cufflinks
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Sep 20, 2023
1 parent 909be90 commit eb988fd
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ buildopts += "BOOST_SYSTEM_LIB=$EBROOTBOOST/lib/libboost_system.a "
buildopts += "BOOST_THREAD_LIB=$EBROOTBOOST/lib/libboost_thread.a "

sanity_check_paths = {
'files': ['bin/%(namelower)s'],
'files': ['bin/cufflinks'],
'dirs': []
}

sanity_check_commands = ["cufflinks 2>&1 | grep 'Usage:.* cufflinks'"]

moduleclass = 'bio'

0 comments on commit eb988fd

Please sign in to comment.