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

Commit

Permalink
Enable hard links in CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cflerin committed Jan 26, 2021
1 parent 491ad8b commit 201c4ff
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/bbknn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
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
1 change: 1 addition & 0 deletions .github/workflows/bbknn_scenic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
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
1 change: 1 addition & 0 deletions .github/workflows/decontx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
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
1 change: 1 addition & 0 deletions .github/workflows/harmony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
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
1 change: 1 addition & 0 deletions .github/workflows/mnncorrect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
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
1 change: 1 addition & 0 deletions .github/workflows/scenic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
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
1 change: 1 addition & 0 deletions .github/workflows/scenic_multiruns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
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
1 change: 1 addition & 0 deletions .github/workflows/single_sample.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
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
1 change: 1 addition & 0 deletions .github/workflows/single_sample_decontx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
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
1 change: 1 addition & 0 deletions .github/workflows/single_sample_decontx_scrublet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
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
1 change: 1 addition & 0 deletions .github/workflows/single_sample_param_exploration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
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
1 change: 1 addition & 0 deletions .github/workflows/single_sample_scenic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
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
1 change: 1 addition & 0 deletions .github/workflows/single_sample_scenic_multiruns.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
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
1 change: 1 addition & 0 deletions .github/workflows/single_sample_scrublet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
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

0 comments on commit 201c4ff

Please sign in to comment.