Skip to content

Commit

Permalink
Update scrna_step3.R
Browse files Browse the repository at this point in the history
  • Loading branch information
fiorini9 authored Sep 17, 2023
1 parent 54f4d9f commit ee4e88a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scrnabox.slurm/scrna/scripts/step3/scrna_step3.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GENEUMIU=as.numeric(args[10])
#PRIBOL=as.numeric(args[11]) ######## NEEDS SAEIDS ATTENTION: Saeid, can you please modify the underlying code to make the two commented lines possible? This is to set the thresholds for percent ribosomal genes (it is the same aa mitochondria but for ribosome). For now I am setting them manually to NA
#PRIBOU=as.numeric(args[12])
PRIBOL <- 0
PRIBOU<- 10
PRIBOU<- 100

## load library
.libPaths(r_lib_path)
Expand Down Expand Up @@ -383,4 +383,4 @@ foreach (i=1:length(sample_name)) %do% {
writeLines(capture.output(sessionInfo()), paste(output_dir,'/step3/info3/sessionInfo.txt', sep=""))
if(file.exists("Rplots.pdf")){
file.remove("Rplots.pdf")
}
}

0 comments on commit ee4e88a

Please sign in to comment.