Skip to content

indels fix + add dsx to targets file #7

indels fix + add dsx to targets file

indels fix + add dsx to targets file #7

name: AmpSeeker-fastqauto
on: pull_request
jobs:
run-workflow:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10']
steps:
- name: Set up python3
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- name: Checkout repository
uses: actions/checkout@v2
- name: Test workflow
uses: snakemake/snakemake-github-action@v1.23.0
with:
directory: '.test'
snakefile: 'workflow/Snakefile'
args: '--cores 4 --use-conda --conda-cleanup-pkgs cache --configfile .test/config/config_fastqauto.yaml'
stagein:
"
cp -r docs/ .test/docs/ &&
conda config --set channel_priority flexible
"