git clone https://github.com/brwnj/fastq-multx cd fastq-multx make fastq-multx 参数 -o, 输出文件,一个输入文件一个输出文件流,格式: %.R1.fq.gz, %为barcode对应的样本名 -m, barcod允许的主要错配个数,一般设置为0, 默认1 -B, barcode文件,允许单端和双端barcode -n, 打印barcode序列 -b, ...
git clone https://github.com/brwnj/fastq-multx cd fastq-multx make Sequences are sometimes output to STDOUT in a different order on OS X versus Redhat, therefore some tests may fail. Example Usage Single index fastq-multx -B barcodes.tsv -m 0 \ Undetermined_S0_L001_I1_001.fastq.gz ...