Scripts a la carte: no examples on using input parameters #3527
Unanswered
nick-youngblut
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hello, @nick-youngblut. I'm not sure if I understand your suggestion. Shell script is a scripting language just like Python or Perl. The way Nextflow interacts with them is just the same.
You're suggesting us to say so explicitly? To write more examples on other scripting languages? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the Nextflow docs, there are no examples of using input parameters for perl, python, R, etc. So, it is unclear how one would process input files, as done for bash script examples (where inputs are encoded as
$MY_INPUT
). It would be helpful to incorporate this into into the docs.Beta Was this translation helpful? Give feedback.
All reactions