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
Hi, I was wondering if is possible to use a custom conda environment?
I tried running the following command:
Adding also
-r mainafter loading my conda environment at some point but it returned an error related to not findingdevtoolsinstalled.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