Skip to content

Releases: HumanCellAtlas/sctools

Metric computation speed-up

Pre-release

Choose a tag to compare

@kishorikonwar kishorikonwar released this 30 Aug 19:42
047be89

Metric computation is done directly on the bam files.

Updates the fastqpreprocess with uint64

Choose a tag to compare

@kishorikonwar kishorikonwar released this 03 Nov 17:26
65ac1a0

We disabled the BGZF file EOF check to accommodate files that do not conform to this requirement.

FastqProcessing

Choose a tag to compare

@kishorikonwar kishorikonwar released this 28 Sep 20:39
fd352ae

This step adds the fastqprocessing step written in C++

FastqProcessing code provides more information on output

Choose a tag to compare

@kishorikonwar kishorikonwar released this 23 Oct 14:58

The inputs options and files are checked for valid values and existence of the input files.

SplitBamByCellBarcode writes the intermediate file in SAM instead of BAM

Choose a tag to compare

@kishorikonwar kishorikonwar released this 28 Jul 18:03
f82f789

SplitBamByCellBarcode writes the intermediate file in SAM instead of BAM. This speeds up the step but requires machines with more HDD.

Added cell metrics for mitochondrial gene

Choose a tag to compare

@kishorikonwar kishorikonwar released this 21 May 14:52
0a8c4df

Added cell metrics related to mitochondrial genes .
The followings metrics related to mitochondrial genes are added
For each cell we add the following metrics:

  • n_mitochondrial_genes: the number of mitochondrial genes
  • n_mitochondrial_molecules: the number of molecules from mitochondrial genes, i.e., sum of the counts from mitochondrial genes
  • pct_mitochondrial_molecules: percentage of n_mitochondrial_molecules in terms of the total number of molecules for the cell across all genes

v0.3.7

Choose a tag to compare

@kishorikonwar kishorikonwar released this 24 Mar 19:02
dc07854

Added functionality to ignore multi-gene annotations, introduced by Drop-seq tools 2.3.0, required for snRNA Seq

In order to annotate the intronic alignments Optimus is using a newer version of Drop-Seq tools 2.3.0.. In this new version of Drop-seq tools, the gn tag (which was GE in earlier versions) can have multiple gene names as value, a string with multiple gene names separated by a comma. However, in the CreateCountMatrix command, in sctools, the logic needs to ignore such alignments in the counting of the count matrix. The current release of sctools accomplishes this with appropriate code change.

This corrects the Dockerfile associated with v.0.3.6

v0.3.6

Choose a tag to compare

@kishorikonwar kishorikonwar released this 19 Mar 15:03
aaed0b9

Added functionality to ignore multi-gene annotations, introduced by Drop-seq tools 2.3.0, required for snRNA Seq

In order to annotate the intronic alignments Optimus is using a newer version of Drop-Seq tools 2.3.0.. In this new version of Drop-seq tools, the gn tag (which was GE in earlier versions) can have multiple gene names as value, a string with multiple gene names separated by a comma. However, in the CreateCountMatrix command, in sctools, the logic needs to ignore such alignments in the counting of the count matrix. The current release of sctools accomplishes this with appropriate code change.

v0.3.5

Choose a tag to compare

@tlangs tlangs released this 29 May 14:50
d4cbc45
  • Major SplitBam speed improvements with parallelization

  • --num-processes command-line argument to SplitBam can be used to specify how wide to parallelize

v0.3.4

Choose a tag to compare

@mckinsel mckinsel released this 15 May 17:23
5e04815
  • Fix handling of picard metrics from unpaired reads
  • Fix plumbing issues in the generic AttachBarcodes entry point
  • Improve linting