Skip to content

Commit

Permalink
Merge pull request #985 from mskcc/bugfix/svcircos_intermediates
Browse files Browse the repository at this point in the history
define intermediates_dir for rmarkdown rendering
  • Loading branch information
anoronh4 authored May 6, 2023
2 parents 0575206 + 28ee579 commit b574758
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion containers/biocircos/generate_biocircos.R
Original file line number Diff line number Diff line change
Expand Up @@ -145,4 +145,5 @@ gen.plot.biocircos <- function(bedpe,cnv,sample_name,genome_v){
}

plot.biocircos <- gen.plot.biocircos(bedpe=bedpe,cnv=cnv,sample_name = opt$sampleName, genome_v=genome_v )
rmarkdown::render("biocircos.Rmd", "all", paste0(opt$sampleName,".circos.html"), output_dir='.')
rmarkdown::render("biocircos.Rmd", "all", paste0(opt$sampleName,".circos.html"), output_dir='.',intermediates_dir='./tmp')
unlink('./tmp',recursive=TRUE)

0 comments on commit b574758

Please sign in to comment.