├── LICENSE.txt ├── README.md ├── README_cn.md ├── SplitBarcode.pl ├── SplitDualBarcodes.pl └── test ├── bc.list ├── test_1.fq.gz ├── test_2.fq.gz └── tutorial.sh /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gateswell/SplitBarcode/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gateswell/SplitBarcode/HEAD/README.md -------------------------------------------------------------------------------- /README_cn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gateswell/SplitBarcode/HEAD/README_cn.md -------------------------------------------------------------------------------- /SplitBarcode.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gateswell/SplitBarcode/HEAD/SplitBarcode.pl -------------------------------------------------------------------------------- /SplitDualBarcodes.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gateswell/SplitBarcode/HEAD/SplitDualBarcodes.pl -------------------------------------------------------------------------------- /test/bc.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gateswell/SplitBarcode/HEAD/test/bc.list -------------------------------------------------------------------------------- /test/test_1.fq.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gateswell/SplitBarcode/HEAD/test/test_1.fq.gz -------------------------------------------------------------------------------- /test/test_2.fq.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gateswell/SplitBarcode/HEAD/test/test_2.fq.gz -------------------------------------------------------------------------------- /test/tutorial.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gateswell/SplitBarcode/HEAD/test/tutorial.sh --------------------------------------------------------------------------------