add nextflow d30e48d
This commit is contained in:
16
nextflow/tests/checks/process-arity.nf/.checks
Normal file
16
nextflow/tests/checks/process-arity.nf/.checks
Normal file
@@ -0,0 +1,16 @@
|
||||
set +e
|
||||
|
||||
#
|
||||
# run normal mode
|
||||
#
|
||||
echo ''
|
||||
$NXF_RUN
|
||||
[[ $? == 0 ]] || false
|
||||
|
||||
|
||||
#
|
||||
# RESUME mode
|
||||
#
|
||||
echo ''
|
||||
$NXF_RUN -resume
|
||||
[[ $? == 0 ]] || false
|
||||
Reference in New Issue
Block a user