Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Develop for v0.27.0 #358

Merged
merged 222 commits into from
Dec 3, 2021
Merged

Develop for v0.27.0 #358

merged 222 commits into from
Dec 3, 2021

Conversation

dweemx
Copy link
Contributor

@dweemx dweemx commented Aug 26, 2021

Summary of changes

- If --quiet has been passed on the command line, suppress printing of
any additional messages beyond those that come from Nextflow
- Detect if params.quiet exists during channels input and in the INIT
function
- Fixes #283
- These are currently single-threaded
- Move biomart step outside of the compute_qc_stats function (avoid
querying the server too frequently)
- Rename debarcode_10x_scatac_fastqs to barcode_10x_scatac_fastqs
- Additional options fixed
- Keep the barcodes in the fastq name for now
- Bwa mem uses the -C option to add barcodes from the fastq comments
(now added by the barcode_10x_scatac_fastqs.sh script in
singlecelltoolkit.
- Index process now passes through the input bam as output
- Simplify bwa main.nf with pipes
- Barcode, quality and corrected barcodes are now added into the fastq
comments field
- Extracts and corrects barcode in one step
- cleanup br input tuple to trimming
- Includes scripts for processing BioRad data
- Remove option to use an alternate temp directory (instead use NXF_TEMP
env variable, or map the /tmp volume in the container elsewhere)
- This may become a selectable option later on
- Load base config, and profile-specific settings separately
- Run MarkDuplicates, pipe the output to SortSam
- Use existing docker image
- Use MarkDuplicatesSpark process
- Mapping now writes a bam to disk after fixmate
- Marking duplicates is handled with Picard/GATK, also outputting a
coordinate sorted and indexed bam
- Derive readgroup from fastq prior to mapping; add this to the bam file
with bwa (used in Picard/GATK)
cflerin and others added 10 commits August 16, 2021 15:47
- Docker image update
- Fix params for saturation script
- When staging multiple cellranger fragments files, an input file
collision would occur (files are named identically). This is fixed by
adding a process to rename these files with the sample ID as a prefix.
…le_to_use_seurat_v3_falvor

Fixes a bug not able to use seurat_v3 flavor Scanpy in hvg selection
Update Nextflow version from 20.10.0 to 21.04.3
@dweemx dweemx added bug Something isn't working enhancement New feature or request labels Aug 26, 2021
@dweemx dweemx added this to the 0.27.0 milestone Aug 26, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
4 participants