Skip to content

Instantly share code, notes, and snippets.

@dtrudg
Last active June 30, 2016 03:16
Show Gist options
  • Save dtrudg/c81e2e659df818ba47fa84750d73fd63 to your computer and use it in GitHub Desktop.
Save dtrudg/c81e2e659df818ba47fa84750d73fd63 to your computer and use it in GitHub Desktop.
emptyarr = []
Channel
.from(emptyarr)
.set { testchan }
process testproc {
input:
val a from testchan
"""
echo ${a}
"""
}
@dtrudg
Copy link
Author

dtrudg commented Jun 30, 2016

nextflow stuck_testcase.nf

will never exit - gets stuck.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment