Skip to content

Refactoring to one file #2

Refactoring to one file

Refactoring to one file #2

name: Test Donut Falls sample sheet lr with unicycler assembly
on: [pull_request, workflow_dispatch]
jobs:
test:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install Nextflow
run: |
wget -qO- get.nextflow.io | bash
sudo mv nextflow /usr/local/bin/
- name: Get files
run: |
wget --quiet https://zenodo.org/records/10733190/files/df_test_files.tar.gz?download=1 -O dataset.tar.gz
tar -xvf dataset.tar.gz
- name: Run Donut Falls
run: |
docker --version
nextflow run . -profile docker -c .github/workflows/github_actions.config --sample_sheet .github/workflows/sample_sheet_lr.csv --assembler unicycler
tree donut_falls
- name: Check files
run: |
ls donut_falls/multiqc/multiqc_report.html
cat donut_falls/summary/donut_falls_summary.json