Skip to content

Commit

Permalink
updated snapshots for JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
aw-watson committed Dec 10, 2024
1 parent eddba05 commit 1cd85d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ jobs:
uses: eWaterCycle/setup-apptainer@v2
with:
apptainer-version: 1.3.0
- name: Run an apptainer container
run: apptainer run docker://alpine cat /etc/os-release


- name: Setup Nextflow latest-edge
uses: nf-core/setup-nextflow@v1
with:
version: "latest-edge"
version: "24.10.1"

- name: Install nf-test
run: |
Expand Down
2 changes: 0 additions & 2 deletions modules/hostRemoval/hostRemoval.nf
Original file line number Diff line number Diff line change
Expand Up @@ -172,14 +172,12 @@ workflow HOSTREMOVAL{
paired = collectCleanPairedReads.out.paired
//calculate overall stats and create PDF
hostRemovalStats(settings, hostRemoval.out.cleanstats.collect(), collectCleanPairedReads.out.hostMerged)
paired.view()
}
else {
//no need to merge if only reads from one host were removed
paired = collectCleanPairedReadsOneHost(settings, cleaned1_ch.concat(cleaned2_ch)).collect()
//calculate overall stats and create PDF
hostRemovalStats(settings, hostRemoval.out.cleanstats.collect(), hostRemoval.out.hostReads)
paired.view()
}
//merge clean unpaired reads (removing any duplicates by read name)
unpaired = collectCleanSingleReads(settings, hostRemoval.out.cleanedSingleton.collect())
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ params {
}

//container settings
singularity {
apptainer {
enabled = true
pullTimeout = "1 hour"
runOptions = "--compat"
Expand Down

0 comments on commit 1cd85d7

Please sign in to comment.