Skip to content

Commit a91436b

Browse files
committed
Fix nf-core lint
1 parent 701c015 commit a91436b

File tree

5 files changed

+134
-106
lines changed

5 files changed

+134
-106
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Learn more about contributing: [CONTRIBUTING.md](https://github.com/nf-core/chip
1717
- [ ] If you've fixed a bug or added code that should be tested, add tests!
1818
- [ ] If you've added a new tool - have you followed the pipeline conventions in the [contribution docs](https://github.com/nf-core/chipseq/tree/master/.github/CONTRIBUTING.md)- [ ] If necessary, also make a PR on the nf-core/chipseq _branch_ on the [nf-core/test-datasets](https://github.com/nf-core/test-datasets) repository.
1919
- [ ] Make sure your code lints (`nf-core lint`).
20-
- [ ] Ensure the test suite passes (`nextflow run . -profile test,docker` --outdir <OUTDIR>`).
20+
- [ ] Ensure the test suite passes (`nextflow run . -profile test,docker --outdir <OUTDIR>`).
2121
- [ ] Usage Documentation in `docs/usage.md` is updated.
2222
- [ ] Output Documentation in `docs/output.md` is updated.
2323
- [ ] `CHANGELOG.md` is updated.

.nf-core.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,8 +1 @@
1-
repository_type: pipeline
2-
lint:
3-
files_unchanged:
4-
- .github/workflows/branch.yml
5-
- .github/workflows/linting_comment.yml
6-
- .github/workflows/linting.yml
7-
- .github/PULL_REQUEST_TEMPLATE.md
8-
- bin/check_samplesheet.py
1+
repository_type: pipeline

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) Philip Ewels, Jose Espinosa-Carrasco, Harshil Patel
3+
Copyright (c) Espinosa-Carrasco J, Patel H, Wang C, Ewels P
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

modules.json

+130-95
Original file line numberDiff line numberDiff line change
@@ -3,101 +3,136 @@
33
"homePage": "https://github.com/nf-core/chipseq",
44
"repos": {
55
"nf-core/modules": {
6-
"bowtie2/align": {
7-
"git_sha": "848ee9a215d02d80be033bfa60881700f2bd914c"
8-
},
9-
"bowtie2/build": {
10-
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
11-
},
12-
"bwa/index": {
13-
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
14-
},
15-
"bwa/mem": {
16-
"git_sha": "4f5274c3de0c9521f5033893ff61057a74c45ba9"
17-
},
18-
"chromap/chromap": {
19-
"git_sha": "897c33d5da084b61109500ee44c01da2d3e4e773"
20-
},
21-
"chromap/index": {
22-
"git_sha": "dbb46c9b635080b132bab4b8d5b9a14f0d1c22e7"
23-
},
24-
"custom/dumpsoftwareversions": {
25-
"git_sha": "e5b44499efcf6f7fb24874886bac60591c5d94dd"
26-
},
27-
"custom/getchromsizes": {
28-
"git_sha": "213403187932dbbdd936a04474cc8cd8abae7a08"
29-
},
30-
"deeptools/computematrix": {
31-
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
32-
},
33-
"deeptools/plotfingerprint": {
34-
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
35-
},
36-
"deeptools/plotheatmap": {
37-
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
38-
},
39-
"deeptools/plotprofile": {
40-
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
41-
},
42-
"fastqc": {
43-
"git_sha": "49b18b1639f4f7104187058866a8fab33332bdfe"
44-
},
45-
"gffread": {
46-
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
47-
},
48-
"gunzip": {
49-
"git_sha": "fa37e0662690c4ec4260dae282fbce08777503e6"
50-
},
51-
"homer/annotatepeaks": {
52-
"git_sha": "233fa70811a03a4cecb2ece483b5c8396e2cee1d"
53-
},
54-
"khmer/uniquekmers": {
55-
"git_sha": "82fdff4fb4ce6cafcc028a7503da835427f35352"
56-
},
57-
"macs2/callpeak": {
58-
"git_sha": "f0800157544a82ae222931764483331a81812012"
59-
},
60-
"phantompeakqualtools": {
61-
"git_sha": "233fa70811a03a4cecb2ece483b5c8396e2cee1d"
62-
},
63-
"picard/collectmultiplemetrics": {
64-
"git_sha": "682f789f93070bd047868300dd018faf3d434e7c"
65-
},
66-
"picard/markduplicates": {
67-
"git_sha": "682f789f93070bd047868300dd018faf3d434e7c"
68-
},
69-
"picard/mergesamfiles": {
70-
"git_sha": "682f789f93070bd047868300dd018faf3d434e7c"
71-
},
72-
"preseq/lcextrap": {
73-
"git_sha": "7111e571cc5b6069de4673cd6165af680f17b4d7"
74-
},
75-
"samtools/flagstat": {
76-
"git_sha": "ecece498f10b47b7c9d06f53a310cea5811b4c5f"
77-
},
78-
"samtools/idxstats": {
79-
"git_sha": "ecece498f10b47b7c9d06f53a310cea5811b4c5f"
80-
},
81-
"samtools/index": {
82-
"git_sha": "897c33d5da084b61109500ee44c01da2d3e4e773"
83-
},
84-
"samtools/sort": {
85-
"git_sha": "897c33d5da084b61109500ee44c01da2d3e4e773"
86-
},
87-
"samtools/stats": {
88-
"git_sha": "f48a24770e24358e58de66e9b805a70d77cd154b"
89-
},
90-
"subread/featurecounts": {
91-
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
92-
},
93-
"trimgalore": {
94-
"git_sha": "85ec13ff1fc2196c5a507ea497de468101baabed"
95-
},
96-
"ucsc/bedgraphtobigwig": {
97-
"git_sha": "233fa70811a03a4cecb2ece483b5c8396e2cee1d"
98-
},
99-
"untar": {
100-
"git_sha": "51be617b1ca9bff973655eb899d591ed6ab253b5"
6+
"git_url": "https://github.com/nf-core/modules.git",
7+
"modules": {
8+
"bowtie2/align": {
9+
"branch": "master",
10+
"git_sha": "848ee9a215d02d80be033bfa60881700f2bd914c"
11+
},
12+
"bowtie2/build": {
13+
"branch": "master",
14+
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
15+
},
16+
"bwa/index": {
17+
"branch": "master",
18+
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
19+
},
20+
"bwa/mem": {
21+
"branch": "master",
22+
"git_sha": "4f5274c3de0c9521f5033893ff61057a74c45ba9"
23+
},
24+
"chromap/chromap": {
25+
"branch": "master",
26+
"git_sha": "897c33d5da084b61109500ee44c01da2d3e4e773"
27+
},
28+
"chromap/index": {
29+
"branch": "master",
30+
"git_sha": "dbb46c9b635080b132bab4b8d5b9a14f0d1c22e7"
31+
},
32+
"custom/dumpsoftwareversions": {
33+
"branch": "master",
34+
"git_sha": "e5b44499efcf6f7fb24874886bac60591c5d94dd"
35+
},
36+
"custom/getchromsizes": {
37+
"branch": "master",
38+
"git_sha": "213403187932dbbdd936a04474cc8cd8abae7a08"
39+
},
40+
"deeptools/computematrix": {
41+
"branch": "master",
42+
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
43+
},
44+
"deeptools/plotfingerprint": {
45+
"branch": "master",
46+
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
47+
},
48+
"deeptools/plotheatmap": {
49+
"branch": "master",
50+
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
51+
},
52+
"deeptools/plotprofile": {
53+
"branch": "master",
54+
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
55+
},
56+
"fastqc": {
57+
"branch": "master",
58+
"git_sha": "49b18b1639f4f7104187058866a8fab33332bdfe"
59+
},
60+
"gffread": {
61+
"branch": "master",
62+
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
63+
},
64+
"gunzip": {
65+
"branch": "master",
66+
"git_sha": "fa37e0662690c4ec4260dae282fbce08777503e6"
67+
},
68+
"homer/annotatepeaks": {
69+
"branch": "master",
70+
"git_sha": "233fa70811a03a4cecb2ece483b5c8396e2cee1d"
71+
},
72+
"khmer/uniquekmers": {
73+
"branch": "master",
74+
"git_sha": "82fdff4fb4ce6cafcc028a7503da835427f35352"
75+
},
76+
"macs2/callpeak": {
77+
"branch": "master",
78+
"git_sha": "f0800157544a82ae222931764483331a81812012"
79+
},
80+
"phantompeakqualtools": {
81+
"branch": "master",
82+
"git_sha": "233fa70811a03a4cecb2ece483b5c8396e2cee1d"
83+
},
84+
"picard/collectmultiplemetrics": {
85+
"branch": "master",
86+
"git_sha": "682f789f93070bd047868300dd018faf3d434e7c"
87+
},
88+
"picard/markduplicates": {
89+
"branch": "master",
90+
"git_sha": "682f789f93070bd047868300dd018faf3d434e7c"
91+
},
92+
"picard/mergesamfiles": {
93+
"branch": "master",
94+
"git_sha": "682f789f93070bd047868300dd018faf3d434e7c"
95+
},
96+
"preseq/lcextrap": {
97+
"branch": "master",
98+
"git_sha": "7111e571cc5b6069de4673cd6165af680f17b4d7"
99+
},
100+
"samtools/flagstat": {
101+
"branch": "master",
102+
"git_sha": "ecece498f10b47b7c9d06f53a310cea5811b4c5f"
103+
},
104+
"samtools/idxstats": {
105+
"branch": "master",
106+
"git_sha": "ecece498f10b47b7c9d06f53a310cea5811b4c5f"
107+
},
108+
"samtools/index": {
109+
"branch": "master",
110+
"git_sha": "897c33d5da084b61109500ee44c01da2d3e4e773"
111+
},
112+
"samtools/sort": {
113+
"branch": "master",
114+
"git_sha": "897c33d5da084b61109500ee44c01da2d3e4e773"
115+
},
116+
"samtools/stats": {
117+
"branch": "master",
118+
"git_sha": "f48a24770e24358e58de66e9b805a70d77cd154b"
119+
},
120+
"subread/featurecounts": {
121+
"branch": "master",
122+
"git_sha": "e745e167c1020928ef20ea1397b6b4d230681b4d"
123+
},
124+
"trimgalore": {
125+
"branch": "master",
126+
"git_sha": "85ec13ff1fc2196c5a507ea497de468101baabed"
127+
},
128+
"ucsc/bedgraphtobigwig": {
129+
"branch": "master",
130+
"git_sha": "233fa70811a03a4cecb2ece483b5c8396e2cee1d"
131+
},
132+
"untar": {
133+
"branch": "master",
134+
"git_sha": "51be617b1ca9bff973655eb899d591ed6ab253b5"
135+
}
101136
}
102137
}
103138
}

nextflow.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ dag {
230230

231231
manifest {
232232
name = 'nf-core/chipseq'
233-
author = 'Jose Espinosa-Carrasco, Harshil Patel, Philip Ewels'
233+
author = 'Espinosa-Carrasco J, Patel H, Wang C, Ewels P'
234234
homePage = 'https://github.com/nf-core/chipseq'
235235
description = 'ChIP-seq peak-calling and differential analysis pipeline.'
236236
mainScript = 'main.nf'

0 commit comments

Comments
 (0)