Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

diann 1.8.1 -> 1.9.1dev #389

Merged
merged 17 commits into from
Jul 23, 2024
30 changes: 5 additions & 25 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,31 +70,11 @@ jobs:
echo $'channels:\n - conda-forge\n - bioconda\n - defaults\nuse_lockfiles: false' >> ~/.mambarc
- name: Install Singularity
ypriverol marked this conversation as resolved.
Show resolved Hide resolved
if: matrix.exec_profile == 'singularity'
run: |
sudo apt-get update && \
sudo apt-get install -y \
autoconf \
automake \
cryptsetup \
fuse \
fuse2fs \
libfuse-dev \
libglib2.0-dev \
libseccomp-dev \
libtool \
pkg-config \
runc \
squashfs-tools \
squashfs-tools-ng \
uidmap \
zlib1g-dev
sudo rm -rf /usr/local/go
wget -qO- https://go.dev/dl/go1.22.5.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.22.5.linux-amd64.tar.gz
echo 'export PATH=/usr/local/go/bin:$PATH' >> ~/.bashrc && \
source ~/.bashrc
wget -qO- https://github.com/sylabs/singularity/releases/download/v4.1.4/singularity-ce_4.1.4-jammy_amd64.deb
sudo apt install ./singularity-ce_4.1.4-jammy_amd64.deb
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Singularity install with defaults
uses: singularityhub/install-singularity@main
daichengxin marked this conversation as resolved.
Show resolved Hide resolved
- name: Run pipeline with test data in docker profile
if: matrix.exec_profile == 'docker'
# TODO nf-core: You can customise CI pipeline run tests as required
Expand Down
Loading