Last active
June 30, 2016 03:16
-
-
Save dtrudg/c81e2e659df818ba47fa84750d73fd63 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
emptyarr = [] | |
Channel | |
.from(emptyarr) | |
.set { testchan } | |
process testproc { | |
input: | |
val a from testchan | |
""" | |
echo ${a} | |
""" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nextflow stuck_testcase.nf
will never exit - gets stuck.