add nextflow d30e48d
This commit is contained in:
19
nextflow/tests-v1/checks/basic.nf/.checks
Normal file
19
nextflow/tests-v1/checks/basic.nf/.checks
Normal file
@@ -0,0 +1,19 @@
|
||||
set -e
|
||||
|
||||
#
|
||||
# run normal mode
|
||||
#
|
||||
$NXF_RUN | tee .stdout
|
||||
|
||||
[[ `grep INFO .nextflow.log | grep -c 'Submitted process'` == 2 ]] || false
|
||||
diff .expected .stdout || false
|
||||
|
||||
|
||||
#
|
||||
# run resume mode
|
||||
#
|
||||
$NXF_RUN -resume | tee .stdout
|
||||
|
||||
[[ `grep INFO .nextflow.log | grep -c 'Cached process'` == 2 ]] || false
|
||||
diff .expected .stdout || false
|
||||
|
||||
15
nextflow/tests-v1/checks/basic.nf/.expected
Normal file
15
nextflow/tests-v1/checks/basic.nf/.expected
Normal file
@@ -0,0 +1,15 @@
|
||||
Aoba1>
|
||||
SPVWGQGNKTQAECWEGNHNYGLVRLKEGKTISLTNDGSAVFDYLAVFLN
|
||||
NVPTIYN
|
||||
Bscy1>
|
||||
YGEKDNLRAWWWEIEDEDERHIITMCDGEKMPLEDDNQPEYDWLAYIVGK
|
||||
PYLGLLNRPV
|
||||
thp1>
|
||||
GIEEPRAEQGDSFGLAVLSGKNVTLIDGLHLDIDEEREKKYDYLARYQYG
|
||||
PSIKKRGIYEVYTGPFDGREGTTENYGNLW
|
||||
eiv1>
|
||||
IRELAAVPYIQVSGPHAESEVAYGEPTLNTCYWGVIQGQWAAGSKKRVRD
|
||||
N
|
||||
Avhi1>
|
||||
DRIIKAKRRPVVKIDSNDQIVVAGEGKWLLKAPGKWVPDRSDRYYVRFN
|
||||
|
||||
Reference in New Issue
Block a user