A RNA-seq differential expression analysis pipeline downstream of nf-core/rnaseq.
conda
or mamba
. If you don't have a conda installation, we recommend getting mambaforge.TODO: Document how the pipeline can be ran and what input parameters it needs.
TODO: Document the pipeline's output files and how to interpret them.
To run the pipeline on the testdata, run
nextflow run main.nf -c tests/test.config
To run the exact same tests as on the continuous integration, you need to install
pytest-workflow
pip install pytest-workflow
Then, to run the tests and verify the outputs, run
pytest --tag deseq2 --kwdof