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 #293 from vib-singlecell-nf/develop
Browse files Browse the repository at this point in the history
Develop for v0.25.0
  • Loading branch information
cflerin authored Jan 26, 2021
2 parents 91e5724 + 71aac25 commit 721c42f
Show file tree
Hide file tree
Showing 187 changed files with 848 additions and 747 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/bbknn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop

jobs:
build:
Expand All @@ -15,13 +17,12 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.04.1'
export NXF_VER='20.10.0'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
echo 0 | sudo tee /proc/sys/fs/protected_hardlinks
- name: Get sample data
run: |
mkdir testdata
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/bbknn_scenic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop

jobs:
build:
Expand All @@ -15,13 +17,12 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.04.1'
export NXF_VER='20.10.0'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
echo 0 | sudo tee /proc/sys/fs/protected_hardlinks
- name: Get sample data
run: |
mkdir testdata
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/decontx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop

jobs:
build:
Expand All @@ -15,13 +17,12 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.04.1'
export NXF_VER='20.10.0'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
echo 0 | sudo tee /proc/sys/fs/protected_hardlinks
- name: Get sample data
run: |
wget https://raw.githubusercontent.com/aertslab/SCENICprotocol/master/example/sample_data.tar.gz
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/harmony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop

jobs:
build:
Expand All @@ -15,13 +17,12 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.04.1'
export NXF_VER='20.10.0'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
echo 0 | sudo tee /proc/sys/fs/protected_hardlinks
- name: Get sample data
run: |
mkdir testdata
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/mnncorrect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop

jobs:
build:
Expand All @@ -15,13 +17,12 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.04.1'
export NXF_VER='20.10.0'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
echo 0 | sudo tee /proc/sys/fs/protected_hardlinks
- name: Get sample data
run: |
mkdir testdata
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/scenic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop

jobs:
build:
Expand All @@ -15,13 +17,12 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.04.1'
export NXF_VER='20.10.0'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
echo 0 | sudo tee /proc/sys/fs/protected_hardlinks
- name: Run scenic test
run: |
nextflow run ${GITHUB_WORKSPACE} -profile scenic,test__scenic,test__compute_resources,docker -entry scenic -ansi-log false
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/scenic_multiruns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop

jobs:
build:
Expand All @@ -15,13 +17,12 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.04.1'
export NXF_VER='20.10.0'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
echo 0 | sudo tee /proc/sys/fs/protected_hardlinks
- name: Run scenic test
run: |
nextflow run ${GITHUB_WORKSPACE} -profile scenic_multiruns,test__scenic_multiruns,test__compute_resources,docker -entry scenic -ansi-log false
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/single_sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop

jobs:
build:
Expand All @@ -15,13 +17,12 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.04.1'
export NXF_VER='20.10.0'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
echo 0 | sudo tee /proc/sys/fs/protected_hardlinks
- name: Get sample data
run: |
wget https://raw.githubusercontent.com/aertslab/SCENICprotocol/master/example/sample_data_tiny.tar.gz
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/single_sample_decontx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop

jobs:
build:
Expand All @@ -15,13 +17,12 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.04.1'
export NXF_VER='20.10.0'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
echo 0 | sudo tee /proc/sys/fs/protected_hardlinks
- name: Get sample data
run: |
wget https://raw.githubusercontent.com/aertslab/SCENICprotocol/master/example/sample_data.tar.gz
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/single_sample_decontx_scrublet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop

jobs:
build:
Expand All @@ -15,13 +17,12 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.04.1'
export NXF_VER='20.10.0'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
echo 0 | sudo tee /proc/sys/fs/protected_hardlinks
- name: Get sample data
run: |
wget https://raw.githubusercontent.com/aertslab/SCENICprotocol/master/example/sample_data.tar.gz
Expand Down
34 changes: 34 additions & 0 deletions .github/workflows/single_sample_param_exploration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: single_sample_param_exploration

on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Install Nextflow
run: |
export NXF_VER='20.10.0'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
echo 0 | sudo tee /proc/sys/fs/protected_hardlinks
- name: Get sample data
run: |
wget https://raw.githubusercontent.com/aertslab/SCENICprotocol/master/example/sample_data_tiny.tar.gz
tar xzvf sample_data_tiny.tar.gz
- name: Run single_sample_param_exploration test
run: |
nextflow run ${GITHUB_WORKSPACE} -profile single_sample,test__single_sample_param_exploration,test__compute_resources,docker -entry single_sample -ansi-log false
cat .nextflow.log
7 changes: 4 additions & 3 deletions .github/workflows/single_sample_scenic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop

jobs:
build:
Expand All @@ -15,13 +17,12 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.04.1'
export NXF_VER='20.10.0'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
echo 0 | sudo tee /proc/sys/fs/protected_hardlinks
- name: Get sample data
run: |
wget https://raw.githubusercontent.com/aertslab/SCENICprotocol/master/example/sample_data_small.tar.gz
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/single_sample_scenic_multiruns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop

jobs:
build:
Expand All @@ -15,13 +17,12 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.04.1'
export NXF_VER='20.10.0'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
echo 0 | sudo tee /proc/sys/fs/protected_hardlinks
- name: Get sample data
run: |
wget https://raw.githubusercontent.com/aertslab/SCENICprotocol/master/example/sample_data_small.tar.gz
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/single_sample_scrublet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ on:
push:
branches:
- master
- develop
pull_request:
branches:
- master
- develop

jobs:
build:
Expand All @@ -15,13 +17,12 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Nextflow
run: |
export NXF_VER='20.04.1'
export NXF_VER='20.10.0'
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
echo 0 | sudo tee /proc/sys/fs/protected_hardlinks
- name: Get sample data
run: |
wget https://raw.githubusercontent.com/aertslab/SCENICprotocol/master/example/sample_data.tar.gz
Expand Down
Loading

0 comments on commit 721c42f

Please sign in to comment.