14 lines
303 B
Bash
Executable File
14 lines
303 B
Bash
Executable File
/home/zzh/work/GeneKit/picard_cpp/build/bin/picard_cpp \
|
|
MarkDuplicates \
|
|
--INPUT /mnt/d/data/zy_normal.bam \
|
|
--OUTPUT out.bam \
|
|
--num_threads 12 \
|
|
--max_mem 4G \
|
|
--verbosity DEBUG \
|
|
--asyncio true
|
|
|
|
|
|
# --INPUT /mnt/d/data/100w.bam \
|
|
# --INPUT /mnt/d/data/zy_normal.bam \
|
|
|