Closed gianfilippo closed 2 years ago
Hi,
I am trying to output analysis results to a directory other than the "snv_output" in the same directory as the jar file, but it is not working.
My command line is java -jar clique-snv.jar -log -threads 20 -t 100 -tf 0.01 -m snv-illumina-vc -in $dataDIR/aln_trimmed_sorted.sam -outDIR $outDIR/
Can you please let me know what is wrong with my command line ?
Thanks
I actually found the issue. My mistake, sorry. Had -outDIR instead of -outDir
Hi,
I am trying to output analysis results to a directory other than the "snv_output" in the same directory as the jar file, but it is not working.
My command line is java -jar clique-snv.jar -log -threads 20 -t 100 -tf 0.01 -m snv-illumina-vc -in $dataDIR/aln_trimmed_sorted.sam -outDIR $outDIR/
Can you please let me know what is wrong with my command line ?
Thanks