best tool for the pipeline wrapper
2
0
Entering edit mode
2.6 years ago
Sara ▴ 240

I have made a pipeline for our scRNAseq and every time I have to copy the workflow to the directory and run it. So I decided to make a wrapper for it to just give the input data location and run the pipeline. Do you know which program or programming language is the best for this purpose

pipeline • 689 views
ADD COMMENT
1
Entering edit mode

Actually I think it's good you have to copy the workflow to the directory to run it. Then at least you have a versioned paper trail.

ADD REPLY
1
Entering edit mode
2.6 years ago
Ram 43k

Go for snakemake. It can wrap a shell command with minimum work, can be incrementally abstracted and customized and personally, I love the --dry-run option.

ADD COMMENT
1
Entering edit mode
2.6 years ago

Here it depends on how complicated your pipeline is,

start with shell scripts, you can use a makefile,

as you progress start exploring more advanced solutions like snakemake that Ram suggested

ADD COMMENT

Login before adding your answer.

Traffic: 2031 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