ci(picard): Update markduplicates

This commit is contained in:
Edmund Miller 2020-11-24 19:41:16 -06:00
parent d1a77b2fb2
commit ebf3a4529f
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D

View file

@ -17,14 +17,20 @@ jobs:
env:
NXF_ANSI_LOG: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v2
- name: Install Nextflow
run: |
export NXF_VER="20.07.1"
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Install Nextflow
run: |
export NXF_VER="20.07.1"
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: "3.x"
- name: Install dependencies
run: python -m pip install --upgrade pip pytest-workflow
# Test the module
- run: nextflow run ./software/picard/markduplicates/test/ -profile docker
# Test the module
- run: pytest --tag picard_markduplicates --symlink --wt 2