Skip to content

Commit

Permalink
Linting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
heylf committed Oct 31, 2023
1 parent c1d4e47 commit 78b06b1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion modules/local/cellrangerarc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ RUN \
tar -xzvf cellranger-arc-$CELLRANGER_ARC_VER.tar.gz && \
export PATH=/opt/cellranger-arc-$CELLRANGER_ARC_VER:$PATH && \
ln -s /opt/cellranger-arc-$CELLRANGER_ARC_VER/cellranger-arc /usr/bin/cellranger-arc && \
rm -rf /opt/cellranger-arc-$CELLRANGER_ARC_VER.tar.gz
rm -rf /opt/cellranger-arc-$CELLRANGER_ARC_VER.tar.gz
2 changes: 1 addition & 1 deletion modules/local/cellrangerarc/mkgtf/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ process CELLRANGERARC_MKGTF {
cellrangerarc: \$(echo \$( cellranger-arc --version 2>&1) | sed 's/^.*[^0-9]\\([0-9]*\\.[0-9]*\\.[0-9]*\\).*\$/\\1/' )
END_VERSIONS
"""
}
}
2 changes: 1 addition & 1 deletion modules/local/cellrangerarc/mkref/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ process CELLRANGERARC_MKREF {
cellrangerarc: \$(echo \$( cellranger-arc --version 2>&1) | sed 's/^.*[^0-9]\\([0-9]*\\.[0-9]*\\.[0-9]*\\).*\$/\\1/' )
END_VERSIONS
"""
}
}
2 changes: 1 addition & 1 deletion modules/local/generate_cellranger_mkref_config.nf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ process CELLRANGERARC_GENERATECONFIG {
'quay.io/biocontainers/python:3.8.3' }"

input:
val(fasta)
val(fasta)
val(gtf)
val(motifs)

Expand Down
1 change: 0 additions & 1 deletion modules/local/mtx_to_seurat.nf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ process MTX_TO_SEURAT {
label 'process_medium'

conda "r-seurat"

container "nf-core/seurat:4.3.0"

input:
Expand Down

0 comments on commit 78b06b1

Please sign in to comment.