Conversation
…for the celldex reference. There are downstream pipeline errors however.
…x column explicitly
celldex reference stored at the relative path: `celldex_references/celldex_hpca__2024-02-26_h5_se`` The reference was copied from the results of a run with profile test_full and should give identical results. This works on Dardel for me, e.g. with this command: ``` module load PDC java singularity export NXF_SINGULARITY_CACHEDIR="~/singularity_cache" ./nextflow run main.nf -profile pdc_kth,test_offline --project=naiss2024-22-1150 --outdir ./results ```
test_full profile. Added: - celldex_reference_label parameter with default value 'label.main' - support for multiple references in CELLTYPES_SINGLER - proper downloading of multiple references using CELLTYPES_CELLDEXDOWNLOAD
…oved to template; updated containers
…bled singleR in case unsupported env methods like Conda/mamba is used; removed unwanted lines and print statements from singleR
…moved them in logical group
…ort for previously missing SingleCellExperiment; removed some unwanted/ commented lines
…ted meta.yml, removed container switch logic
… for cellDex reference.
Merging as tests have succeeded.
Implementation of SingleR module
Member
|
Warning Newer version of the nf-core template is available. Your pipeline is using an old version of the nf-core template: 3.3.1. For more documentation on how to update your pipeline, please see the nf-core documentation and Synchronisation documentation. |
|
Contributor
Hey @nictru , Yes, the implementation of singleR is still following the ideas we had! All good from my end! Thanks! |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This builds up on #187 but aligns the implementation more with the existing pipeline architecture and nf-core guidelines
The following changes have been made:
@addityea please have a look at the changes, and let me know if these still resemble your original idea.