-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Hi, I was wondering if is possible to use a custom conda environment?
I tried running the following command:
nextflow run GoekeLab/bambu-SingleCell-Spatial --bams ${bam} \
--genome ${genome} \
--annotation ${annotation} \
--ncore 8 --outdir output \
-with-singularity lingminhao/bambusc
Adding also -r main after loading my conda environment at some point but it returned an error related to not finding devtools installed.
Also, I have a couple of questions regarding to running the pipeline from bam files. 1) is there a way to specify the cell barcode and UMI labels or are they assumed to be CB and UB? and 2) what is the format of the sample sheet to run multiple bams?
Thanks
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request