Skip to content

Commit 2a1431a

Browse files
committed
final fix
1 parent 5c00cc3 commit 2a1431a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

R/app-VeloCyto.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ ezMethodVeloCyto <- function(input=NA, output=NA, param=NA){
4747
system('mv sample_alignments.bam possorted_genome_bam.bam')
4848
system('samtools index possorted_genome_bam.bam')
4949
system('mv sample_filtered_feature_bc_matrix filtered_feature_bc_matrix')
50+
system('mv * ..')
5051
setwd('../../..')
5152
}
5253
cmd <- paste('velocyto run10x', sampleDir, gtfFile, '-@', param$cores)

0 commit comments

Comments
 (0)