Skip to content

Commit

Permalink
fixed space
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixKrueger committed Nov 5, 2024
1 parent 8c43909 commit d68c883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/scrnaseq.nf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ workflow SCRNASEQ {
params.star_index = getGenomeAttribute('star')
params.salmon_index = getGenomeAttribute('simpleaf')
params.txp2gene = getGenomeAttribute('simpleaf_tx2pgene')

// Make cellranger or cellranger-arc index conditional
if (params.aligner in ["cellranger", "cellrangermulti"]){
params.cellranger_index = getGenomeAttribute('cellranger')
Expand Down

0 comments on commit d68c883

Please sign in to comment.