Skip to content
Snippets Groups Projects
Commit 2fb61286 authored by Gervaise Henry's avatar Gervaise Henry :cowboy:
Browse files

Point transcriptome to ./

parent 01a09551
No related merge requests found
Pipeline #2354 failed with stage
......@@ -76,11 +76,11 @@ process count {
"""
if (forceCells == 0){
"""
cellranger count --id="$sample" --transcriptome="$ref" --fastqs=. --sample="$sample" --expect-cells=$expectCells
cellranger count --id="$sample" --transcriptome="./$ref" --fastqs=. --sample="$sample" --expect-cells=$expectCells
"""
} else {
"""
cellranger count --id="$sample" --transcriptome="$ref" --fastqs=. --sample="$sample" --force-cells=$forceCells
cellranger count --id="$sample" --transcriptome="./$ref" --fastqs=. --sample="$sample" --force-cells=$forceCells
"""
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment