Skip to content

Commit

Permalink
Merge pull request #28 from drpatelh/master
Browse files Browse the repository at this point in the history
Bump version for 1.0.0 release
  • Loading branch information
drpatelh authored Apr 8, 2019
2 parents 9c2b715 + 9eee4a5 commit b17c935
Show file tree
Hide file tree
Showing 14 changed files with 43 additions and 341 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ before_install:
- docker pull nfcore/atacseq:dev
# Fake the tag locally so that the pipeline runs properly
# Looks weird when this is :dev to :dev, but makes sense when testing code for a release (:dev to :1.0.1)
- docker tag nfcore/atacseq:dev nfcore/atacseq:dev
- docker tag nfcore/atacseq:dev nfcore/atacseq:1.0.0

install:
# Install Nextflow
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ LABEL authors="harshil.patel@crick.ac.uk" \

COPY environment.yml /
RUN conda env create -f /environment.yml && conda clean -a
ENV PATH /opt/conda/envs/nf-core-atacseq-1.0dev/bin:$PATH
ENV PATH /opt/conda/envs/nf-core-atacseq-1.0.0/bin:$PATH
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

**nfcore/atacseq** is a bioinformatics analysis pipeline used for ATAC-seq data.

The pipeline is built using [Nextflow](https://www.nextflow.io), a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It comes with docker / singularity containers making installation trivial and results highly reproducible.
The pipeline is built using [Nextflow](https://www.nextflow.io), a workflow tool to run tasks across multiple compute infrastructures in a very portable manner. It comes with docker containers making installation trivial and results highly reproducible.

### Pipeline summary

Expand Down Expand Up @@ -56,14 +56,14 @@ The pipeline is built using [Nextflow](https://www.nextflow.io), a workflow tool
### Documentation
The nf-core/atacseq pipeline comes with documentation about the pipeline, found in the `docs/` directory:

1. [Installation](docs/installation.md)
1. [Installation](https://nf-co.re/usage/installation)
2. Pipeline configuration
* [Local installation](docs/configuration/local.md)
* [Adding your own system](docs/configuration/adding_your_own.md)
* [Reference genomes](docs/configuration/reference_genomes.md)
* [Local installation](https://nf-co.re/usage/local_installation)
* [Adding your own system config](https://nf-co.re/usage/adding_own_config)
* [Reference genomes](https://nf-co.re/usage/reference_genomes)
3. [Running the pipeline](docs/usage.md)
4. [Output and how to interpret the results](docs/output.md)
5. [Troubleshooting](docs/troubleshooting.md)
5. [Troubleshooting](https://nf-co.re/usage/troubleshooting)

### Credits

Expand Down
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

The nf-core/atacseq documentation is split into the following files:

1. [Installation](installation.md)
1. [Installation](https://nf-co.re/usage/installation)
2. Pipeline configuration
* [Local installation](configuration/local.md)
* [Adding your own system](configuration/adding_your_own.md)
* [Reference genomes](configuration/reference_genomes.md)
* [Local installation](https://nf-co.re/usage/local_installation)
* [Adding your own system config](https://nf-co.re/usage/adding_own_config)
* [Reference genomes](https://nf-co.re/usage/reference_genomes)
3. [Running the pipeline](usage.md)
4. [Output and how to interpret the results](output.md)
5. [Troubleshooting](troubleshooting.md)
5. [Troubleshooting](https://nf-co.re/usage/troubleshooting)
86 changes: 0 additions & 86 deletions docs/configuration/adding_your_own.md

This file was deleted.

45 changes: 0 additions & 45 deletions docs/configuration/local.md

This file was deleted.

50 changes: 0 additions & 50 deletions docs/configuration/reference_genomes.md

This file was deleted.

110 changes: 0 additions & 110 deletions docs/installation.md

This file was deleted.

Loading

0 comments on commit b17c935

Please sign in to comment.