diff --git a/conda/demuxem_py.yml b/conda/demuxem_py.yml index 519c9b2..8d69937 100755 --- a/conda/demuxem_py.yml +++ b/conda/demuxem_py.yml @@ -1,4 +1,4 @@ -name: demuxem_py_test +name: demuxem_py channels: - bioconda dependencies: @@ -8,4 +8,4 @@ dependencies: - pip: - pandas<2.0 - demuxEM - - argparse \ No newline at end of file + - argparse diff --git a/docs/source/index.md b/docs/source/index.md index 68d85ab..cb4f111 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -34,7 +34,7 @@ The hadge pipeline is implemented in Nextflow. To get started, you need to insta As next, please run the pipeline ```bash -nextflow run http://github.com/theislab/hadge +nextflow run http://github.com/theislab/hadge -r main ``` You can also: