Releases: lilab-bcb/cumulus_feature_barcoding
Releases · lilab-bcb/cumulus_feature_barcoding
0.11.3
0.11.2
0.11.1
0.11.0
0.10.0
0.9.0
- Decompressing:
- Compressing:
- In input arguments:
- Accept gzipped cell barcode file again
- Add -p option for multi-threaded compression
- In output:
- The sufficient statistics file is gzipped again, i.e.
output_name.stat.csv.gz
.
- The sufficient statistics file is gzipped again, i.e.
0.8.0
- On processing gzipped FASTQ files:
- In input arguments:
- No longer accept gzipped cell barcode file, i.e. only
.txt
format is accepted.
- No longer accept gzipped cell barcode file, i.e. only
- In output:
- The sufficient statistics file
output_name.stat.csv
is no longer gzipped, but in.csv
format. - Add
output_name.report.txt
to report statistics related to number of reads.
- The sufficient statistics file
0.7.0
- Add
--barcode-pos
option for manually setting the barcode starting position (starting from 0) in Read 2. - Add
--convert-cell-barcode
option to make the conversion of cell barcodes to match RNA cell barcodes for 10X data optional, so that other protocols such as CROP-Seq can still keep the original barcodes. Notice that for Hashing or CITE-Seq data, this option is automatically turned on for TotalSeq-B antibodies. - Remove the obsolete
--no-match-tso
option. - Bug fix in
filter_chimeric_reads
.