STRengths Wiki
Brought to you by:
hallora
A tool for profiling of STRs using next-generation sequencing data
≥ Java 1.7
> wget -r https://sourceforge.net/projects/strongs2016/files/latest/download?source=files
> tar -zxvf

usage: java -jar STRoNGS-X.X.jar [options]
-1, --read1 FILE RNA sequencing read1 file
-r, --ref PATH reference file path
-m, --marker FILE marker information file
-2, --read2 FILE RNA sequencing read2 file
-o, --outDir DIR output directory
-l, --prim INT primer length default=15
STRoNGS produces *.typing.txt tab-delimited TXT file.
java -jar STRoNGS-X.X.jar \
-1 sample_1.fastq \
-2 sample_2.fastq \
-r /path/reference \
-m /path/marker.txt