You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New object oriented syntax is awesome. I was wondering if we could get updates to the docs for working with the new pipeline syntax and the ruffus cmdline approach.
What I mean:
# new syntaxpipeline=Pipeline()
# build pipelinepipeline.run()
With cmdline
importruffus.cmdlineascmdlineparser=cmdline.get_argparse(description='WHAT DOES THIS PIPELINE DO?')
# cmd opsoptions=parser.parse_args()
# pipelined functions go herecmdline.run (options)
How should we make cmdline and the pipeline object work together? I tried a few different ways (running one or the other, passing pipeline to cmd, etc) but nothing seemed to work correctly.
The text was updated successfully, but these errors were encountered:
Hello!
New object oriented syntax is awesome. I was wondering if we could get updates to the docs for working with the new pipeline syntax and the ruffus cmdline approach.
What I mean:
With
cmdline
How should we make cmdline and the pipeline object work together? I tried a few different ways (running one or the other, passing pipeline to cmd, etc) but nothing seemed to work correctly.
The text was updated successfully, but these errors were encountered: