From 457c59dbe67688c66672defbde3698cb93cc1056 Mon Sep 17 00:00:00 2001 From: zhengzhenxian <920596906@qq.com> Date: Wed, 29 Sep 2021 14:05:21 +0800 Subject: [PATCH] --samtools option is deprecated in UnifyRepresentation --- docs/representation_unification.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/representation_unification.md b/docs/representation_unification.md index d0791f7..cb86c91 100644 --- a/docs/representation_unification.md +++ b/docs/representation_unification.md @@ -162,7 +162,6 @@ ${PARALLEL} --joblog ${OUTPUT_DIR}/unify_repre.log -j${THREADS} \ --bed_fn ${BED_FILE_PATH} \ --extend_bed ${SPLIT_BED_PATH}/{1} \ --output_vcf_fn ${VCF_OUTPUT_PATH}/vcf_{1}_{2} \ - --samtools ${SAMTOOLS} \ --min_af ${MIN_AF} \ --chunk_id {2} \ --chunk_num ${chunk_num} \