Skip to content

Commit

Permalink
cleaning up output of rnaseqCounts
Browse files Browse the repository at this point in the history
  • Loading branch information
kendomaniac committed Dec 14, 2017
1 parent 28b6b73 commit 485d0ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion R/rnaseqCounts.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#' @param org, a character string indicating the genome assembly used for mapping and counting with \code{"rsemstar"} function only required for biocENSEMBL based annotation
#' @param annotation.type, a character string. Two options: \code{"biocENSEMBL"} or \code{"gtfENSEMBL"}. \code{"biocENSEMBL"} will annotate by Bioconductor only protein coding genes. \code{"gtfENSEMBL"} will annotate all RNAs described in \code{"annotation.type"}
#' @author Raffaele Calogero
#'
#'
#' @return Returns the output of skewer, rsemstar, rsemannos' functions
#' @examples
#'\dontrun{
Expand Down Expand Up @@ -52,7 +52,10 @@ org="hg38", annotation.type=c("biocUCSC","gtfENSEMBL")){
cat("\nERROR: an annotatin function not implemented was selected\n")
return(1)
}
setwd(fastq.folder)
system(paste("cp ",paste(path.package(package="docker4seq"),"containers/containers.txt",sep="/")," ",fastq.folder, sep=""))
system("rm *.fastq")
system("rm *trimmed-pair*")
return(0)
}

Expand Down

0 comments on commit 485d0ca

Please sign in to comment.