Pipelines in bash vs other languages
1
0
Entering edit mode
3.3 years ago

Happy new year everyone :) I would like to improve my processing pipelines (aligning, variant calling etc). Currently they are written in bash. I find that certain things are much easier in other languages (R, python, perl) than bash. Python may allow robust error detection as well. Do people still use 100% bash or mixture of bash and other languages, performing system calls when required? How are these integrated in CWL/Snakemake etc? Thanks for sharing your insights!

pipeline bash python • 951 views
ADD COMMENT
0
Entering edit mode

Thanks Pierre. gotta learn more bash then ;)

ADD REPLY
1
Entering edit mode
3.3 years ago

you write bash commands in Makefile, Snakemake, Nextflow , etc... . The workflow manager is 'only' here to schedule/parallelize/submit/not-redo-existing things

ADD COMMENT

Login before adding your answer.

Traffic: 2400 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6