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))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.