Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
tasks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
biowdl
tasks
Commits
19b79d9c
Commit
19b79d9c
authored
4 years ago
by
Ruben Vorderman
Browse files
Options
Downloads
Patches
Plain Diff
Use github actions CI
parent
99330ebe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.github/workflows/ci.yml
+32
-0
32 additions, 0 deletions
.github/workflows/ci.yml
.travis.yml
+0
-23
0 additions, 23 deletions
.travis.yml
requirements-test.txt
+0
-11
0 additions, 11 deletions
requirements-test.txt
with
32 additions
and
34 deletions
.github/workflows/ci.yml
0 → 100644
+
32
−
0
View file @
19b79d9c
name
:
Continuous integration
on
:
pull_request
:
paths
:
-
"
**.wdl"
# Workflow files and task
-
"
**.yml"
# Ci configuration, tests and docker images
-
"
!docs/**"
defaults
:
run
:
# This is needed for miniconda, see:
# https://github.com/marketplace/actions/setup-miniconda#important
shell
:
bash -l {0}
jobs
:
lint
:
runs-on
:
ubuntu-latest
name
:
Womtool validate and submodule up to date.
steps
:
-
uses
:
actions/checkout@v2.3.4
with
:
submodules
:
recursive
-
name
:
install miniconda
uses
:
conda-incubator/setup-miniconda@v2.0.1
with
:
channels
:
conda-forge,bioconda,defaults
# Conda-incubator uses 'test' environment by default.
-
name
:
install requirements
run
:
conda install -n test cromwell miniwdl wdl-aid
-
name
:
run linting
run
:
bash scripts/biowdl_lint.sh
\ No newline at end of file
This diff is collapsed.
Click to expand it.
.travis.yml
deleted
100644 → 0
+
0
−
23
View file @
99330ebe
# We use conda to install cromwell.
language
:
python
python
:
-
3.6
before_install
:
# Install conda
-
export MINICONDA=${HOME}/miniconda
-
export PATH=${MINICONDA}/bin:${PATH}
-
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
-
bash miniconda.sh -b -f -p ${MINICONDA}
-
conda config --set always_yes yes
-
conda config --add channels defaults
-
conda config --add channels bioconda
-
conda config --add channels conda-forge
install
:
-
conda install --file requirements-test.txt
script
:
-
bash scripts/biowdl_lint.sh
This diff is collapsed.
Click to expand it.
requirements-test.txt
deleted
100644 → 0
+
0
−
11
View file @
99330ebe
# These are the programs used for testing these biowdl tasks.
# These requirements can be installed with conda with the bioconda channel
# activated.
# For more information on how to set up conda with bioconda channel see:
# http://bioconda.github.io/#install-conda
# This file can be installed with "conda install --file requirements-test.txt".
cromwell
womtool
miniwdl
wdl-aid
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment