Skip to content

Commit

Permalink
remove " in --var_fn and --chunk_num is deprecated in MergeBin
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengzhenxian committed Sep 29, 2021
1 parent 304c959 commit bda6ac5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/pileup_training.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ ${PARALLEL} --joblog ${DATASET_FOLDER_PATH}/create_tensor_pileup.log -j${THREADS
"${PYPY} ${CLAIR3} CreateTrainingTensor \
--bam_fn {4} \
--ref_fn {5} \
--var_fn ${VAR_OUTPUT_PATH}/var_{2}_{3}_{1}" \
--var_fn ${VAR_OUTPUT_PATH}/var_{2}_{3}_{1} \
--bin_fn ${TENSOR_CANDIDATE_PATH}/tensor_{2}_{3}_{1}_{7} \
--ctgName ${CHR_PREFIX}{1} \
--samtools ${SAMTOOLS} \
Expand Down Expand Up @@ -262,8 +262,7 @@ ${PARALLEL} --joblog ${DATASET_FOLDER_PATH}/mergeBin.log -j${THREADS} \
"${PYTHON3} ${CLAIR3} MergeBin \
${TENSOR_CANDIDATE_PATH}/tensor_{2}_{3}_{1}_* \
--out_fn ${BINS_FOLDER_PATH}/bin_{2}_{3}_{1} \
--pileup \
--chunk_num ${bin_chunk_num}" ::: ${CHR[@]} ::: ${ALL_SAMPLE[@]} :::+ ${DEPTHS[@]}
--pileup" ::: ${CHR[@]} ::: ${ALL_SAMPLE[@]} :::+ ${DEPTHS[@]}

```

Expand Down

0 comments on commit bda6ac5

Please sign in to comment.