Skip to content

Releases: broadinstitute/scp-ingest-pipeline

1.5.3

10 Aug 14:59
ef6c64c

Choose a tag to compare

Fixed

  • Addressing off by one error w/ cell names, expression scores in dense ingest (#123)

1.5.2

07 Aug 19:15
f1ee8c7

Choose a tag to compare

Fixed

  • Removing overwrite of cell names array in expression ingest (#122)

1.5.1

07 Aug 18:40
316199e

Choose a tag to compare

Fixed

  • Corrected typo in data_arrays collection name for expression ingest (#121)

1.5.0

07 Aug 17:50
316199e

Choose a tag to compare

Added

  • Initial implementation of parsing MTX (#120)
  • Parsing for dense matrices (#108)

Fixed

  • Include ontology_browser_url for organ_region in metadata convention (#118)

1.4.0

27 Jul 15:23
1e77ac7

Choose a tag to compare

Added

  • Log errors to Sentry (#117)

1.3.10

17 Jul 15:41
af51757

Choose a tag to compare

Added

  • Add ontology_browser_url, update cell_type__custom (enum -> string) (#115)
  • Coercion of Pandas-inferred NaN values for group annotations to type string (#114)
  • Support for publishing scp-ingest-pipeline to PyPI (#103, #110)

Fixed

  • Ensure MTX file ingest stores all expression values (#113)
  • Ensure coercion of Pandas-inferred numeric values for group annotations to type string by turning off Pandas' low memory option (#112)

1.3.9

15 Jun 17:50
ac8786d

Choose a tag to compare

Fixes

  • Ensure proper delimiter detection for txt files (#106)
  • Fix coercion of Pandas-inferred numeric values for group annotations to type string (#106)
  • Prevent duplicate gene names in toy matrix (#104)
  • Restrict annotation downcasing to cluster coordinate headers (#107)

1.3.8

09 Jun 20:16
89be587

Choose a tag to compare

Added

  • fix package dependency to address docker image issue (#105 )

1.3.7

09 Jun 17:11
b6dc791

Choose a tag to compare

Added

  • Inject missing optional ontology labels to metadata backend (#97)
  • Add genomes pipeline and script to make toy data for performance engineering (#102)

Fixes

  • Undeclared data types for cluster and metadata files so that ingest pipeline returns a status code (#101 )

1.3.6

26 May 21:39
bf4d897

Choose a tag to compare

Changed:

  • Align cell_type__custom term with Cell Ontology (CL) terminology 2.1.3 (#98)
  • Require cell_type if cell_type__custom provided 2.1.2 (#96)