Skip to content

Commit

Permalink
merged differences
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinwt committed Nov 14, 2022
2 parents 4bdc92b + bb6b88e commit 9314c1d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
- name: Install Nextflow
run: |
export NXF_VER=21.10.6
wget --tries=10 -qO- https://get.nextflow.io | bash
sudo chmod 755 nextflow
sudo mv nextflow /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
manifest {
homePage = 'https://github.com/icgc-argo-workflows/icgc-argo-mutational-signatures'
description = 'ICGC ARGO Mutational Signatures Workflow Packages'
nextflowVersion = '21.10.6'
nextflowVersion = '21.10'
}

docker {
Expand Down
4 changes: 0 additions & 4 deletions signaturetoolslib/nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,3 @@ docker {
enabled = true
runOptions = '-u \$(id -u):\$(id -g)'
}

manifest {
nextflowVersion = '21.10.6'
}
2 changes: 1 addition & 1 deletion signaturetoolslib/tests/expected/test_assignments.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"fitAlgorithm": Fit,
"fitAlgorithm": "Fit",
"nsamples": 10,
"nsignatures": 30,
"nchannels": 96,
Expand Down

0 comments on commit 9314c1d

Please sign in to comment.