You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@ We try to manage the required tasks for nf-core/eager using GitHub issues, you p
6
6
7
7
However, don't be put off by this template - other more general issues and suggestions are welcome! Contributions to the code are even more welcome ;)
8
8
9
-
> If you need help using or modifying nf-core/eager then the best place to go is the Gitter chatroom where you can ask us questions directly: https://gitter.im/nf-core/Lobby
9
+
> If you need help using or modifying nf-core/eager then the best place to ask is on the pipeline channel on [Slack](https://nf-core-invite.herokuapp.com/).
10
+
11
+
10
12
11
13
## Contribution workflow
12
14
If you'd like to write some code for nf-core/eager, the standard workflow
@@ -30,7 +32,7 @@ Typically, pull-requests are only fully reviewed when these tests are passing, t
30
32
There are typically two types of tests that run:
31
33
32
34
### Lint Tests
33
-
The nf-core has a [set of guidelines](http://nf-co.re/developer_docs) which all pipelines must adhere to.
35
+
The nf-core has a [set of guidelines](http://nf-co.re/guidelines) which all pipelines must adhere to.
34
36
To enforce these and ensure that all pipelines stay in sync, we have developed a helper tool which runs checks on the pipeline code. This is in the [nf-core/tools repository](https://github.com/nf-core/tools) and once installed can be run locally with the `nf-core lint <pipeline-directory>` command.
35
37
36
38
If any failures or warnings are encountered, please follow the listed URL for more documentation.
@@ -42,4 +44,4 @@ If there are any failures then the automated tests fail.
42
44
These tests are run both with the latest available version of Nextflow and also the minimum required version that is stated in the pipeline code.
43
45
44
46
## Getting help
45
-
For further information/help, please consult the [nf-core/eager documentation](https://github.com/nf-core/eager#documentation) and don't hesitate to get in touch on [Gitter](https://gitter.im/nf-core/Lobby)
47
+
For further information/help, please consult the [nf-core/eager documentation](https://github.com/nf-core/eager#documentation) and don't hesitate to get in touch on the pipeline channel on [Slack](https://nf-core-invite.herokuapp.com/).
*[#176](https://github.com/nf-core/eager/pull/176) - Increase runtime for DamageProfiler on [large reference genomes](https://github.com/nf-core/eager/issues/173)
*[#196](https://github.com/nf-core/eager/pull/196) - Fix issues with PE data being mapped incompletely
28
+
*[#200](https://github.com/nf-core/eager/pull/200) - Fix minor issue with some [typos](https://github.com/nf-core/eager/pull/196)
29
+
*[#210](https://github.com/nf-core/eager/pull/210) - Fix PMDTools [encoding issue](https://github.com/pontussk/PMDtools/issues/6) from `samtools calmd` generated files by running through `sa]mtools view` first
30
+
*[#221](https://github.com/nf-core/eager/pull/221) - Fix BWA Index [not being reused by multiple samples](https://github.com/nf-core/eager/issues/219)
31
+
32
+
### `Dependencies`
33
+
34
+
* Added DeDup v0.12.5 (json support)
35
+
* Added mtnucratio v0.5 (json support)
36
+
* Updated Picard 2.18.27 -> 2.20.2
37
+
* Updated GATK 4.1.0.0 -> 4.1.2.0
38
+
* Updated damageprofiler 0.4.4 -> 0.4.5
39
+
* Updated r-rmarkdown 1.11 -> 1.12
40
+
* Updated fastp 0.19.7 -> 0.20.0
41
+
* Updated qualimap 2.2.2b -> 2.2.2c
42
+
7
43
## [2.0.6] - 2019-03-05
8
44
9
45
### `Added`
@@ -19,28 +55,33 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
*[#111](https://github.com/nf-core/eager/pull/110) - Allow [Zipped FastA reference input](https://github.com/nf-core/eager/issues/91)
45
86
*[#113](https://github.com/nf-core/eager/pull/113) - All files are now staged via channels, which is considered best practice by Nextflow
46
87
*[#114](https://github.com/nf-core/eager/pull/113) - Add proper runtime defaults for multiple processes
@@ -55,27 +96,33 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
55
96
## [2.0.3] - 2018-12-12
56
97
57
98
### `Added`
99
+
58
100
*[#80](https://github.com/nf-core/eager/pull/80) - BWA Index file handling
59
101
*[#77](https://github.com/nf-core/eager/pull/77) - Lots of documentation updates by [@jfy133](https://github.com/jfy133)
60
102
*[#81](https://github.com/nf-core/eager/pull/81) - Renaming of certain BAM options
61
103
*[#92](https://github.com/nf-core/eager/issues/92) - Complete restructure of BAM options
62
104
63
105
### `Fixed`
106
+
64
107
*[#84](https://github.com/nf-core/eager/pull/85) - Fix for [Samtools index issues](https://github.com/nf-core/eager/issues/84)
65
108
*[#96](https://github.com/nf-core/eager/issues/96) - Fix for [MarkDuplicates issues](https://github.com/nf-core/eager/issues/96) found by [@nilesh-tawari](https://github.com/nilesh-tawari)
Copy file name to clipboardExpand all lines: CODE_OF_CONDUCT.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
34
34
35
35
## Enforcement
36
36
37
-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team on the [Gitter channel](https://gitter.im/nf-core/Lobby). The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
37
+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team on [Slack](https://nf-core-invite.herokuapp.com/). The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
38
38
39
39
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
[](https://nf-core-invite.herokuapp.com)[](http://bioconda.github.io/)
2. Install one of [`docker`](https://docs.docker.com/engine/installation/), [`singularity`](https://www.sylabs.io/guides/3.0/user-guide/) or [`conda`](https://conda.io/miniconda.html)
50
50
@@ -73,22 +73,24 @@ as described in the documentation.
73
73
74
74
## Documentation
75
75
76
-
The nf-core/eager pipeline comes with documentation about the pipeline, found in the `docs/` directory:
76
+
The nf-core/eager pipeline comes with documentation about the pipeline, found in the `docs/` directory or on the main homepage of the nf-core project:
0 commit comments