Skip to content

Commit 115a2c6

Browse files
committed
remove javacall
1 parent faa839b commit 115a2c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

R/app-gatkRnaHaplotyper.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ ezMethodGatkRnaHaplotyper = function(input=NA, output=NA, param=NA){
4242
ezSystem('mv local.bam withRg.bam')
4343
}
4444

45-
gatk = paste(javaCall, "-jar", Sys.getenv("GATK_jar"))
4645
cmd = paste(gatkCall, "SplitNCigarReads",
4746
"-R", genomeSeq,
4847
"-I", "withRg.bam",

0 commit comments

Comments
 (0)