├── LICENSE ├── README.md ├── bin ├── install.modules ├── list.modules ├── step1-mismatch.pl ├── step2-flip.pl └── test.modules ├── example ├── HumanExome.csv ├── HumanExome.map └── HumanExome.ped ├── fasta └── test.fa ├── lib └── temp.txt └── test └── test.txt /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seasky002002/Strandscript/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seasky002002/Strandscript/HEAD/README.md -------------------------------------------------------------------------------- /bin/install.modules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seasky002002/Strandscript/HEAD/bin/install.modules -------------------------------------------------------------------------------- /bin/list.modules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seasky002002/Strandscript/HEAD/bin/list.modules -------------------------------------------------------------------------------- /bin/step1-mismatch.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seasky002002/Strandscript/HEAD/bin/step1-mismatch.pl -------------------------------------------------------------------------------- /bin/step2-flip.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seasky002002/Strandscript/HEAD/bin/step2-flip.pl -------------------------------------------------------------------------------- /bin/test.modules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seasky002002/Strandscript/HEAD/bin/test.modules -------------------------------------------------------------------------------- /example/HumanExome.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seasky002002/Strandscript/HEAD/example/HumanExome.csv -------------------------------------------------------------------------------- /example/HumanExome.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seasky002002/Strandscript/HEAD/example/HumanExome.map -------------------------------------------------------------------------------- /example/HumanExome.ped: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seasky002002/Strandscript/HEAD/example/HumanExome.ped -------------------------------------------------------------------------------- /fasta/test.fa: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /lib/temp.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /test/test.txt: -------------------------------------------------------------------------------- 1 | 2 | --------------------------------------------------------------------------------