Skip to content

Commit c094a72

Browse files
committed
updated prep_ref_trans, workflow running well
1 parent cb25773 commit c094a72

File tree

24 files changed

+1213
-117
lines changed

24 files changed

+1213
-117
lines changed

conf/icgc-argo-workflows/modules.config

+4
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,8 @@ process {
9494
withName: 'NFCORE_RNAALN:RNAALN:MERG_DUP_ST:SAMTOOLS_CONVERT' {
9595
ext.prefix = { "${meta.id}.transcriptAlign" }
9696
}
97+
withName: 'GFFREAD' {
98+
ext.args = '-w'
99+
ext.prefix = 'transcript_ref'
100+
}
97101
}

modules.json

+14
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,13 @@
165165
"modules"
166166
]
167167
},
168+
"gffread": {
169+
"branch": "master",
170+
"git_sha": "6c996d7fbe0816dcbb68ce587ad5f873313682a1",
171+
"installed_by": [
172+
"modules"
173+
]
174+
},
168175
"hisat2/align": {
169176
"branch": "master",
170177
"git_sha": "4eed099a12a7d586ce830a662a33a9df5bd67a24",
@@ -187,6 +194,13 @@
187194
],
188195
"patch": "modules/nf-core/picard/collectrnaseqmetrics/picard-collectrnaseqmetrics.diff"
189196
},
197+
"samtools/faidx": {
198+
"branch": "master",
199+
"git_sha": "04fbbc7c43cebc0b95d5b126f6d9fe4effa33519",
200+
"installed_by": [
201+
"modules"
202+
]
203+
},
190204
"samtools/flagstat": {
191205
"branch": "master",
192206
"git_sha": "f4596fe0bdc096cf53ec4497e83defdb3a94ff62",

modules/local/prep/transcript_ref/main.nf

-40
This file was deleted.

modules/local/prep/transcript_ref/resources/usr/bin/gen_transcript_fa_fai.py

-72
This file was deleted.

modules/nf-core/gffread/environment.yml

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/gffread/main.nf

+60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modules/nf-core/gffread/meta.yml

+55
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)