Skip to content

Commit

Permalink
Merge pull request #52 from ctg-lund/aln
Browse files Browse the repository at this point in the history
support for alignment
  • Loading branch information
henningonsbring authored Nov 2, 2023
2 parents 1968a70 + 87d0d44 commit ed5fd45
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/spaceranger/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ process SPACECOUNT {
else {
image_argument = ""
}
if ( alignment != "n") {
alignment_argument = "--loupe-alignment="+params.outdir+'/'+Sample_Project+'/metadata/'+alignment
}
else {
alignment_argument = ""
}


"""
Expand All @@ -58,6 +64,7 @@ process SPACECOUNT {
$dark_argument \
$cyta_argument \
$probe_argument \
$alignment_argument \
"""
stub:
"""
Expand Down

0 comments on commit ed5fd45

Please sign in to comment.