Skip to content

Releases: cellgeni/nf-scautoqc

v0.5.0

22 May 10:57
Compare
Choose a tag to compare
  • New workflow: only_qc
    • It is now easier to run the pipeline until the pooling step.
    • This can be used to process different sets of samples in different times, then all the outputs from this workflow can be used together with after_qc mode.
  • Improvements and changes in scripts:
    • It is now possible to run the pipeline without Cellbender output, STARsolo output is used only in this case.
    • Removing metadata columns in integration.py was reverted back
    • New RESUME scripts have been added
    • after_qc workflow can now use the samples in the sample list only rather than all the objects in the folder.
    • Reports folder is now named similar to the results folder.
    • Outputting plots in run_qc step now works as expected.
  • Updates in README
    • The workflow diagram has been recreated.
    • The workflow modes have been described with a new figure.
    • Outputs from each step have been described in detail.
    • Text in some steps were revised.

v0.4.0

28 Mar 16:39
Compare
Choose a tag to compare
  • Added support for single-nuc samples
  • Improvements in scripts
    • integration.py now removes the columns which were created in previous steps
    • RESUME scripts have been reorganised

Full Changelog: v0.3.0...v0.4.0

v0.3.0

04 Mar 18:49
Compare
Choose a tag to compare
  • New workflow: after_qc
    • It is now easier to work with the samples which has been processed with scAutoQC pipeline before.
  • Improvements in nextflow pipeline and python scripts
    • Created new RESUME script for afterqc workflow.
    • integration.py should now work more efficiently.
    • ss_matrix and covar_keys parameters have been removed (they will be considered for the future releases).

Full Changelog: v0.3.0...v0.2.2

v0.2.2

28 Feb 17:57
Compare
Choose a tag to compare
  • Bug fixes

v0.2.1

27 Feb 11:14
Compare
Choose a tag to compare
  • Fix typos in README and qc.py

v0.2.0

27 Feb 09:45
Compare
Choose a tag to compare
  • Improvements in python scripts
    • Changed output filenames in all scripts
    • gather_matrices.py
      • added support for Cellbender v3 outputs
    • qc.py
      • moved sampleID annotation step from pool_all.py
    • pool_all.py
      • added support for resume functionality of nextflow
      • removed sampleID annotation step (moved to qc.py)
    • add_scrublet_meta.py
      • added an extra step to remove empty columns in input metadata
    • integration.py
      • added support to specify batch key and categorical covariate keys (default: sampleID for batch key, empty for covariates)
  • Improvements in main.py
    • fixed output generation problem
    • modified find_doublets process so it only runs for good QC samples
    • added batch_key parameter to specify the column from cell metadata for scVI integration (default: sampleID)
    • added covar_keys parameter to specify the columns from cell metadata for scVI integration (no default)
  • Updated workflow figure in README.md

Full Changelog: v0.1...v0.2

v0.1.0

19 Feb 15:55
787b009
Compare
Choose a tag to compare

First version