Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
DLBPointon committed Feb 27, 2024
1 parent 336a6c8 commit aeeabb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
NXF_VER:
- "22.10.1"
- "23.04.0"
- "latest-everything"
steps:
- name: Check out pipeline code
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Download the vecscreen test data
run: |
mkdir vecscreen
curl -L https://ftp.ncbi.nlm.nih.gov/blast/db/v4/16SMicrobial_v4.tar.gz | tar -C vecscreen -xzf -
wget -c https://tolit.cog.sanger.ac.uk/test-data/resources/vecscreen/GCA_900155405.1_PRJEB18760_genomic.fna -O vecscreen/GCA_900155405.1_PRJEB18760_genomic.fna
- name: Run pipeline with test data
# TODO nf-core: You can customise CI pipeline run tests as required
Expand Down
3 changes: 0 additions & 3 deletions modules/local/kmer_count_dim_reduction_combine_csv.nf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
process KMER_COUNT_DIM_REDUCTION_COMBINE_CSV {

tag "$meta.id"
label 'process_low'

Expand All @@ -20,12 +19,10 @@ process KMER_COUNT_DIM_REDUCTION_COMBINE_CSV {

script:
def prefix = args.ext.prefix ?: "${meta.id}"

"""
kmer_count_dim_reduction_combine_csv.py \\
-o ${prefix}_kmers_dim_reduction_embeddings_combined.csv \\
-i $input_files
cat <<-END_VERSIONS > versions.yml
"${task.process}":
Expand Down

0 comments on commit aeeabb0

Please sign in to comment.