Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #213 from vib-singlecell-nf/develop
Browse files Browse the repository at this point in the history
Develop

Former-commit-id: fc1760f
  • Loading branch information
dweemx authored May 14, 2020
2 parents f68f3be + d5e540d commit 18d7387
Show file tree
Hide file tree
Showing 52 changed files with 1,427 additions and 416 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ If applicable, add screenshots to help explain your problem.

**Please complete the following information:**
- OS: [e.g. Ubuntu]
- Nextflow Version: [e.g. 19.12.0-edge]
- Nextflow Version: [e.g. 20.04.1]
- vsn-pipelines Version: [e.g. 0.14.2]

**Additional context**
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bbknn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='19.12.0-edge'
export NXF_VER='20.04.1'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Get sample data
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bbknn_scenic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='19.12.0-edge'
export NXF_VER='20.04.1'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Get sample data
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/harmony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='19.12.0-edge'
export NXF_VER='20.04.1'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Get sample data
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mnncorrect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='19.12.0-edge'
export NXF_VER='20.04.1'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Get sample data
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scenic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='19.12.0-edge'
export NXF_VER='20.04.1'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Run scenic test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scenic_multiruns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='19.12.0-edge'
export NXF_VER='20.04.1'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Run scenic test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/single_sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='19.12.0-edge'
export NXF_VER='20.04.1'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Get sample data
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/single_sample_scenic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='19.12.0-edge'
export NXF_VER='20.04.1'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Get sample data
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/single_sample_scenic_multiruns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='19.12.0-edge'
export NXF_VER='20.04.1'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Get sample data
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/single_sample_scrublet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='19.12.0-edge'
export NXF_VER='20.04.1'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Get sample data
Expand Down
Loading

0 comments on commit 18d7387

Please sign in to comment.