R/single_barcode_demux.R

Defines functions single_barcode_demux

single_barcode_demux<- function(demux_bam){
    
#system(paste0("samtools sort ", demux_bam$bam_path, " ", demux_bam$sample, "_sorted"), wait = TRUE)
system(paste0("samtools index ", demux_bam$sorted_path))
    
           
}
NCI-CGR/TypeSeqHPV-Methyl documentation built on April 14, 2022, 9:33 a.m.