Try to find a tool for creating a pipeline with PBS scripts?
1
0
Entering edit mode
3.5 years ago
longsong • 0

I have been doing some next-gen data analysis. I often need to do trimming, mapping, calling vcf etc. for genome sequencing data with PBS script on an HPC.

However, it is tedious to submit several jobs manually one by one.

As far as I know, make can not be used with PBS scripts.

What I need is a kind of tool like make, and the tool could be used with PBS scripts. If I have this kind of tool, I could type one command to do the whole data analysis.

Anyone has good suggestions?

Thanks!

pipeline make • 833 views
ADD COMMENT
0
Entering edit mode
3.5 years ago
h.mon 35k

It is possible to use make with PBS, one just needs some creativity - see gnu-make-job-scheduler. But you probably want a workflow manager such as CWL, Nextflow or Snakemake - there are many others, but I think those are the "most famous".

ADD COMMENT
0
Entering edit mode

I agree with h.mon. I've been using Snakemake, and it's been easy to scale input quantity

ADD REPLY
0
Entering edit mode

Thanks!

I'll check these tools.

ADD REPLY

Login before adding your answer.

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