User guide
For Docker Users
Basic usage(required):
Example:
Explanation for options:
-h, --help show this help message and exit
-v, --version show program's version number and exit
-i , --inputdir INPUT Input directory and file name, Fasta, Fastq, or gz files.
-s, --samplefile SAMPLE Input file name, Fasta, Fastq, gz ,or .bam, .vcf files.
-o, --outdir OUTDIR Position of output directionary
-rd, --refdir REFDIR The position of the reference genome.
-r, --ref REF The reference file will be used to align reads to, filename. Hg38 is recommended.
-x, --sex {male,female} Biological sex of the sample, male or female.
-t, --thread THREAD Number of threads being used (default: 6)
--hpo One or several HPO standarized phenotypes of the sample, e.g., --hpo HP:0001250 --hpo HP:0031936
-c, --Caller {cutesv,sniffles2,svim,combined} In case if you want to choose specific caller otherwise default will be used. (default: sniffles)
You may also feel free to enter a container by:
And then use any software you need.
MODEs of SUMMER
summer --all:
This command will run all the summer pipeline, as following:
Align the reads
Report the quality
Identify SNVs
Identify SVs
Annote SVs
Identity STRs in the whole genome
Identify Mobile Element
summer --align:
This command align the reads using minimap2, then index and sort the bam using samtools.
summer --pandepth:
This command will evaluate sequencing quality based on bam files using pandepth.
summer --snv:
This command will detecte SNVs from bam files using clair3.
summer --sv:
This command will detecte SVs from bam files using the software you choose. Input should be sorted bam.
summer --svanna:
This command will annote the SVs using svanna.
summer --mobile_element_detection_mode:
This command will detecte Mobile Elements from bam files using tldr.
summer --WGSstr:
This command will detecte whole genome Tandom Repeats from bam files using straglr.
summer --str:
This command will detecte Tandom Repeats from bam files using straglr. In case when using targeted ONT long-sequencing.
Last updated