add nextflow d30e48d
This commit is contained in:
21
nextflow/tests/checks/fair.nf/.checks
Normal file
21
nextflow/tests/checks/fair.nf/.checks
Normal file
@@ -0,0 +1,21 @@
|
||||
set -e
|
||||
export NXF_ANSI_LOG=false
|
||||
|
||||
#
|
||||
# run normal mode
|
||||
#
|
||||
echo ''
|
||||
$NXF_RUN | tee stdout
|
||||
|
||||
[[ `grep 'INFO' .nextflow.log | grep -c 'Submitted process > foo'` == 26 ]] || false
|
||||
cmp stdout .expected || false
|
||||
|
||||
|
||||
#
|
||||
# RESUME mode
|
||||
#
|
||||
echo ''
|
||||
$NXF_RUN -resume | tee stdout
|
||||
|
||||
[[ `grep 'INFO' .nextflow.log | grep -c 'Cached process > foo'` == 26 ]] || false
|
||||
cmp stdout .expected || false
|
||||
26
nextflow/tests/checks/fair.nf/.expected
Normal file
26
nextflow/tests/checks/fair.nf/.expected
Normal file
@@ -0,0 +1,26 @@
|
||||
[1, a]
|
||||
[2, b]
|
||||
[3, c]
|
||||
[4, d]
|
||||
[5, e]
|
||||
[6, f]
|
||||
[7, g]
|
||||
[8, h]
|
||||
[9, i]
|
||||
[10, j]
|
||||
[11, k]
|
||||
[12, l]
|
||||
[13, m]
|
||||
[14, n]
|
||||
[15, o]
|
||||
[16, p]
|
||||
[17, q]
|
||||
[18, r]
|
||||
[19, s]
|
||||
[20, t]
|
||||
[21, u]
|
||||
[22, v]
|
||||
[23, w]
|
||||
[24, x]
|
||||
[25, y]
|
||||
[26, z]
|
||||
Reference in New Issue
Block a user