script to run CrossMap for a set of bam files
0
0
Entering edit mode
9.1 years ago

I was trying to run CrossMap for a set of bam files using this script. But its showing error.

bam_list <- list.files(path = "home_hg19_Bam/", pattern = ".bam$", full.names=T)

for (i in 1:length(bam_list)){
system(paste0("CrossMap.py bam ./hg18ToHg19.over.chain.gz", bam_list[i], folder, "home/SCLC_hg19_Bam/" ,gsub(".bam", "", bam_list[i]), "_hg19.bam"))}
genome Assembly R • 2.9k views
ADD COMMENT
0
Entering edit mode

why using R ?

ADD REPLY
0
Entering edit mode

set the full patch to CrossMap.py, add the python interpreter :" /usr/bin/python /path/to/CrossMap.py ...."

ADD REPLY
0
Entering edit mode

@Pierre, what would be the best option?

ADD REPLY
0
Entering edit mode

@Pierre i could not get you

ADD REPLY
0
Entering edit mode

a simple bash script...

ADD REPLY
0
Entering edit mode

Do you mind providing a example?

ADD REPLY

Login before adding your answer.

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