We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c00cc3 commit 2a1431aCopy full SHA for 2a1431a
R/app-VeloCyto.R
@@ -47,6 +47,7 @@ ezMethodVeloCyto <- function(input=NA, output=NA, param=NA){
47
system('mv sample_alignments.bam possorted_genome_bam.bam')
48
system('samtools index possorted_genome_bam.bam')
49
system('mv sample_filtered_feature_bc_matrix filtered_feature_bc_matrix')
50
+ system('mv * ..')
51
setwd('../../..')
52
}
53
cmd <- paste('velocyto run10x', sampleDir, gtfFile, '-@', param$cores)
0 commit comments