genome music bmr calc-covg [Run in parallel]
1
1
Entering edit mode
8.4 years ago
Chirag Nepal ★ 2.4k

I used genome music to calculate significant pathways, which works great.

In the first, where coverage is calculated,

genome music bmr calc-covg --gene-covg-dir geneCov_combined --bam-list $bamList --output-dir $outDir --reference-sequence $assembly --roi-file $roi

This step is very time consuming when you have 100s of samples.

Is there any way if this can be run in parallel?

I think, dividing sample into subgroups also does not work here.

Any suggestions?

coverage music • 2.4k views
ADD COMMENT
1
Entering edit mode
8.4 years ago

I believe there is a --cmd-list-file argument to that tool which outputs a list of commands for each bam into a file. Those can then be run in parallel or submitted to a cluster.

ADD COMMENT
0
Entering edit mode

Also note the --cmd-prefix which allows you to specify the job submission command. Read The Fancy Manual for more information.

ADD REPLY

Login before adding your answer.

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