User

smk_84

Member since
Total activity 6
Last activity
Following 0 users
Followed by 0 users
Votes 1
Subscriptions 3

Activity overview

Latest activity by smk_84

  • smk_84 created a post,

    Gather script fails in scatter gather.

    Hi, I am trying to use WDL on my local cluster. I was trying to use WDL scatter gather parallelism. But everytime I run it I get a weird error that I have not gotten before. What makes it wierd is ...

    • smk_84
    • Edited
    • 2 followers
    • 1 comment
    • 0 votes
  • smk_84 commented,

    So is the r script needed to be run inside the wdl using  ``` command <<< R ~{scriptname_rscript} --no-save --args ~{argname1} ~{argname2} >>>``` Why can't we run it using Rscript instead? ``` comm...