cuteSV - prediction of structural variants from sequence
alignments
usage: cuteSV [-h] [--version] [-t THREADS] [-b BATCHES] [-S
SAMPLE]
- [--retain_work_dir] [--report_readid] [-p MAX_SPLIT_PARTS] [-q MIN_MAPQ]
[-r MIN_READ_LEN] [-md MERGE_DEL_THRESHOLD] [-mi MERGE_INS_THRESHOLD] [-s
MIN_SUPPORT] [-l MIN_SIZE] [-L MAX_SIZE] [-sl MIN_SIGLENGTH] [--genotype]
[--gt_round GT_ROUND] [-Ivcf IVCF] [--max_cluster_bias_INS
MAX_CLUSTER_BIAS_INS] [--diff_ratio_merging_INS DIFF_RATIO_MERGING_INS]
[--max_cluster_bias_DEL MAX_CLUSTER_BIAS_DEL] [--diff_ratio_merging_DEL
DIFF_RATIO_MERGING_DEL] [--max_cluster_bias_INV MAX_CLUSTER_BIAS_INV]
[--max_cluster_bias_DUP MAX_CLUSTER_BIAS_DUP] [--max_cluster_bias_TRA
MAX_CLUSTER_BIAS_TRA] [--diff_ratio_filtering_TRA
DIFF_RATIO_FILTERING_TRA] [BAM] reference output work_dir
- Current version: v1.0.11 Author: Tao Jiang Contact: tjiang@hit.edu.cn
- If you use cuteSV in your work, please cite:
- Jiang T et al. Long-read-based human genomic structural variation
detection with cuteSV. Genome Biol 21,189(2020).
https://doi.org/10.1186/s13059-020-02107-y
- Suggestions:
- For PacBio CLR data:
- --max_cluster_bias_INS
- 100
- --diff_ratio_merging_INS
- 0.3
- --max_cluster_bias_DEL
- 200
- --diff_ratio_merging_DEL
- 0.5
- For PacBio CCS(HIFI) data:
- --max_cluster_bias_INS
- 1000
- --diff_ratio_merging_INS
- 0.9
- --max_cluster_bias_DEL
- 1000
- --diff_ratio_merging_DEL
- 0.5
- For ONT data:
- --max_cluster_bias_INS
- 100
- --diff_ratio_merging_INS
- 0.3
- --max_cluster_bias_DEL
- 100
- --diff_ratio_merging_DEL
- 0.3
- [BAM]
- Sorted .bam file form NGMLR or Minimap2.
- reference
- The reference genome in fasta format.
- output
- Output VCF format file.
- work_dir
- Work-directory for distributed jobs
- -Ivcf IVCF
- Optional given vcf file. Enable to perform force calling. [NULL]