This repository has been archived by the owner on Apr 19, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Develop for v0.23.0 #263
Merged
Develop for v0.23.0 #263
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Including handling for BioRad/ddSEQ data - #245
- relink submodules
- Add additional configs for bam, fragments - File input channel is modified to also take in the index files
- Include mapping stats
- debarcoding step is replaced with sctk - format of the metadata file changes to have all fastq files on a single line - add mark duplicates step during bwa mapping
- Updated bam/fragments input channels - Rename to qc_filtering to qc_prefilter - Update config - #248
…elWithIndex when calling it multiple times (e.g.: main_atac.nf, atac_qc_filtering). This due to the scope badly definef for some variables inside the loop of extractSample
…elWithIndex when calling it multiple times (e.g.: main_atac.nf, atac_qc_filtering). This due to the scope badly definef for some variables inside the loop of extractSample [part 2]
Co-authored-by: Kris Davie <[email protected]>
Co-authored-by: Maxime De Waegeneer <[email protected]>
- Relink all submodules. - Tool params are now scoped under `param.tools.[toolname]`. - atac metadata is now in `params.data.atac_preprocess.metadata`.
- Publish bap barcode correction log - Include barcode correction method from singlecelltoolkit
- Add barcode correction details - Fix parameter naming
Add scATAC-seq preprocessing workflow
KrisDavie
pushed a commit
that referenced
this pull request
Dec 8, 2020
Develop for v0.23.0 Former-commit-id: b5167f5
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Major changes:
Implement the scATAC-seq preprocessing workflow (#245):
Other scATAC-seq notes:
BAP
.main_atac.nf
and need to be referenced with the full path:vib-singlecell-nf/vsn-pipelines/main_atac.nf
when running the pipeline.getDataChannel
:bam
andfragments
, both of which are loaded with their associated index file.Other scRNA-seq tool changes: