Skip to content

Commit f5ecf8d

Browse files
authored
Merge pull request #447 from nf-core/dev
Release 3.0.0
2 parents c3b0f9f + 4ae96ff commit f5ecf8d

File tree

177 files changed

+5018
-2742
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+5018
-2742
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "nfcore",
33
"image": "nfcore/gitpod:latest",
44
"remoteUser": "gitpod",
5+
"runArgs": ["--privileged"],
56

67
// Configure tool-specific properties.
78
"customizations": {

.github/CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ Please use the pre-filled template to save time.
99
However, don't be put off by this template - other more general issues and suggestions are welcome!
1010
Contributions to the code are even more welcome ;)
1111

12-
> If you need help using or modifying nf-core/rnafusion then the best place to ask is on the nf-core Slack [#rnafusion](https://nfcore.slack.com/channels/rnafusion) channel ([join our Slack here](https://nf-co.re/join/slack)).
12+
:::info
13+
If you need help using or modifying nf-core/rnafusion then the best place to ask is on the nf-core Slack [#rnafusion](https://nfcore.slack.com/channels/rnafusion) channel ([join our Slack here](https://nf-co.re/join/slack)).
14+
:::
1315

1416
## Contribution workflow
1517

.github/workflows/awsfulltest.yml

Lines changed: 4 additions & 221 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: github.repository == 'nf-core/rnafusion'
1414
runs-on: ubuntu-latest
1515
steps:
16-
- name: Launch build arriba workflow via tower
16+
- name: Launch build references workflow via tower
1717
uses: seqeralabs/action-tower-launch@v2
1818
with:
1919
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
@@ -28,7 +28,7 @@ jobs:
2828
"genomes_base": "s3://${{ secrets.AWS_S3_BUCKET }}/rnafusion/results-${{ github.sha }}/references",
2929
"cosmic_username": "${{ secrets.cosmic_username }}",
3030
"cosmic_passwd": "${{ secrets.cosmic_passwd }}",
31-
"arriba": true,
31+
"all": true,
3232
"build_references": true
3333
}
3434
profiles: test_full,aws_tower
@@ -39,7 +39,7 @@ jobs:
3939
tower_action_*.log
4040
tower_action_*.json
4141
42-
- name: Launch arriba workflow via tower
42+
- name: Launch run workflow via tower
4343
uses: seqeralabs/action-tower-launch@v2
4444
with:
4545
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
@@ -52,223 +52,6 @@ jobs:
5252
"genomes_base": "s3://${{ secrets.AWS_S3_BUCKET }}/rnafusion/results-${{ github.sha }}/references",
5353
"cosmic_username": "${{ secrets.cosmic_username }}",
5454
"cosmic_passwd": "${{ secrets.cosmic_passwd }}",
55-
"arriba": true,
55+
"all": true,
5656
}
5757
profiles: test_full,aws_tower
58-
- uses: actions/upload-artifact@v3
59-
with:
60-
name: Tower debug log file
61-
path: |
62-
tower_action_*.log
63-
tower_action_*.json
64-
65-
- name: Launch build squid workflow via tower
66-
uses: seqeralabs/action-tower-launch@v2
67-
with:
68-
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
69-
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
70-
compute_env: ${{ secrets.TOWER_COMPUTE_ENV }}
71-
workdir: s3://${{ secrets.AWS_S3_BUCKET }}/work/rnafusion/work-${{ github.sha }}
72-
parameters: |
73-
{
74-
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/rnafusion/results-${{ github.sha }}",
75-
"genomes_base": "s3://${{ secrets.AWS_S3_BUCKET }}/rnafusion/results-${{ github.sha }}/references",
76-
"cosmic_username": "${{ secrets.cosmic_username }}",
77-
"cosmic_passwd": "${{ secrets.cosmic_passwd }}",
78-
"squid": true,
79-
"build_references": true
80-
}
81-
profiles: test_full,aws_tower
82-
- uses: actions/upload-artifact@v3
83-
with:
84-
name: Tower debug log file
85-
path: |
86-
tower_action_*.log
87-
tower_action_*.json
88-
89-
- name: Launch squid workflow via tower
90-
uses: seqeralabs/action-tower-launch@v2
91-
with:
92-
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
93-
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
94-
compute_env: ${{ secrets.TOWER_COMPUTE_ENV }}
95-
workdir: s3://${{ secrets.AWS_S3_BUCKET }}/work/rnafusion/work-${{ github.sha }}
96-
parameters: |
97-
{
98-
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/rnafusion/results-${{ github.sha }}",
99-
"genomes_base": "s3://${{ secrets.AWS_S3_BUCKET }}/rnafusion/results-${{ github.sha }}/references",
100-
"cosmic_username": "${{ secrets.cosmic_username }}",
101-
"cosmic_passwd": "${{ secrets.cosmic_passwd }}",
102-
"squid": true,
103-
}
104-
profiles: test_full,aws_tower
105-
- uses: actions/upload-artifact@v3
106-
with:
107-
name: Tower debug log file
108-
path: |
109-
tower_action_*.log
110-
tower_action_*.json
111-
112-
- name: Launch build starfusion workflow via tower
113-
uses: seqeralabs/action-tower-launch@v2
114-
with:
115-
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
116-
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
117-
compute_env: ${{ secrets.TOWER_COMPUTE_ENV }}
118-
workdir: s3://${{ secrets.AWS_S3_BUCKET }}/work/rnafusion/work-${{ github.sha }}
119-
parameters: |
120-
{
121-
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/rnafusion/results-${{ github.sha }}",
122-
"genomes_base": "s3://${{ secrets.AWS_S3_BUCKET }}/rnafusion/results-${{ github.sha }}/references",
123-
"cosmic_username": "${{ secrets.cosmic_username }}",
124-
"cosmic_passwd": "${{ secrets.cosmic_passwd }}",
125-
"starfusion": true,
126-
"build_references": true
127-
}
128-
profiles: test_full,aws_tower
129-
- uses: actions/upload-artifact@v3
130-
with:
131-
name: Tower debug log file
132-
path: |
133-
tower_action_*.log
134-
tower_action_*.json
135-
136-
- name: Launch starfusion workflow via tower
137-
uses: seqeralabs/action-tower-launch@v2
138-
with:
139-
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
140-
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
141-
compute_env: ${{ secrets.TOWER_COMPUTE_ENV }}
142-
workdir: s3://${{ secrets.AWS_S3_BUCKET }}/work/rnafusion/work-${{ github.sha }}
143-
parameters: |
144-
{
145-
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/rnafusion/results-${{ github.sha }}",
146-
"genomes_base": "s3://${{ secrets.AWS_S3_BUCKET }}/rnafusion/results-${{ github.sha }}/references",
147-
"cosmic_username": "${{ secrets.cosmic_username }}",
148-
"cosmic_passwd": "${{ secrets.cosmic_passwd }}",
149-
"starfusion": true,
150-
}
151-
profiles: test_full,aws_tower
152-
- uses: actions/upload-artifact@v3
153-
with:
154-
name: Tower debug log file
155-
path: |
156-
tower_action_*.log
157-
tower_action_*.json
158-
159-
- name: Launch build fusioncatcher workflow via tower
160-
uses: seqeralabs/action-tower-launch@v2
161-
with:
162-
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
163-
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
164-
compute_env: ${{ secrets.TOWER_COMPUTE_ENV }}
165-
workdir: s3://${{ secrets.AWS_S3_BUCKET }}/work/rnafusion/work-${{ github.sha }}
166-
parameters: |
167-
{
168-
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/rnafusion/results-${{ github.sha }}",
169-
"genomes_base": "s3://${{ secrets.AWS_S3_BUCKET }}/rnafusion/results-${{ github.sha }}/references",
170-
"cosmic_username": "${{ secrets.cosmic_username }}",
171-
"cosmic_passwd": "${{ secrets.cosmic_passwd }}",
172-
"fusioncatcher": true,
173-
"build_references": true
174-
}
175-
profiles: test_full,aws_tower
176-
- uses: actions/upload-artifact@v3
177-
with:
178-
name: Tower debug log file
179-
path: |
180-
tower_action_*.log
181-
tower_action_*.json
182-
183-
- name: Launch fusioncatcher workflow via tower
184-
uses: seqeralabs/action-tower-launch@v2
185-
with:
186-
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
187-
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
188-
compute_env: ${{ secrets.TOWER_COMPUTE_ENV }}
189-
workdir: s3://${{ secrets.AWS_S3_BUCKET }}/work/rnafusion/work-${{ github.sha }}
190-
parameters: |
191-
{
192-
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/rnafusion/results-${{ github.sha }}",
193-
"genomes_base": "s3://${{ secrets.AWS_S3_BUCKET }}/rnafusion/results-${{ github.sha }}/references",
194-
"cosmic_username": "${{ secrets.cosmic_username }}",
195-
"cosmic_passwd": "${{ secrets.cosmic_passwd }}",
196-
"fusioncatcher": true,
197-
}
198-
profiles: test_full,aws_tower
199-
- uses: actions/upload-artifact@v3
200-
with:
201-
name: Tower debug log file
202-
path: |
203-
tower_action_*.log
204-
tower_action_*.json
205-
206-
- name: Launch build pizzly workflow via tower
207-
uses: seqeralabs/action-tower-launch@v2
208-
with:
209-
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
210-
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
211-
compute_env: ${{ secrets.TOWER_COMPUTE_ENV }}
212-
workdir: s3://${{ secrets.AWS_S3_BUCKET }}/work/rnafusion/work-${{ github.sha }}
213-
parameters: |
214-
{
215-
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/rnafusion/results-${{ github.sha }}",
216-
"genomes_base": "s3://${{ secrets.AWS_S3_BUCKET }}/rnafusion/results-${{ github.sha }}/references",
217-
"cosmic_username": "${{ secrets.cosmic_username }}",
218-
"cosmic_passwd": "${{ secrets.cosmic_passwd }}",
219-
"pizzly": true,
220-
"build_references": true
221-
}
222-
profiles: test_full,aws_tower
223-
- uses: actions/upload-artifact@v3
224-
with:
225-
name: Tower debug log file
226-
path: |
227-
tower_action_*.log
228-
tower_action_*.json
229-
230-
- name: Launch pizzly workflow via tower
231-
uses: seqeralabs/action-tower-launch@v2
232-
with:
233-
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
234-
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
235-
compute_env: ${{ secrets.TOWER_COMPUTE_ENV }}
236-
workdir: s3://${{ secrets.AWS_S3_BUCKET }}/work/rnafusion/work-${{ github.sha }}
237-
parameters: |
238-
{
239-
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/rnafusion/results-${{ github.sha }}",
240-
"genomes_base": "s3://${{ secrets.AWS_S3_BUCKET }}/rnafusion/results-${{ github.sha }}/references",
241-
"cosmic_username": "${{ secrets.cosmic_username }}",
242-
"cosmic_passwd": "${{ secrets.cosmic_passwd }}",
243-
"pizzly": true,
244-
}
245-
profiles: test_full,aws_tower
246-
- uses: actions/upload-artifact@v3
247-
with:
248-
name: Tower debug log file
249-
path: |
250-
tower_action_*.log
251-
tower_action_*.json
252-
253-
- name: Launch stringtie workflow via tower
254-
uses: seqeralabs/action-tower-launch@v2
255-
with:
256-
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
257-
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
258-
compute_env: ${{ secrets.TOWER_COMPUTE_ENV }}
259-
workdir: s3://${{ secrets.AWS_S3_BUCKET }}/work/rnafusion/work-${{ github.sha }}
260-
parameters: |
261-
{
262-
"outdir": "s3://${{ secrets.AWS_S3_BUCKET }}/rnafusion/results-${{ github.sha }}",
263-
"genomes_base": "s3://${{ secrets.AWS_S3_BUCKET }}/rnafusion/results-${{ github.sha }}/references",
264-
"cosmic_username": "${{ secrets.cosmic_username }}",
265-
"cosmic_passwd": "${{ secrets.cosmic_passwd }}",
266-
"stringtie": true,
267-
}
268-
profiles: test_full,aws_tower
269-
- uses: actions/upload-artifact@v3
270-
with:
271-
name: Tower debug log file
272-
path: |
273-
tower_action_*.log
274-
tower_action_*.json

0 commit comments

Comments
 (0)