Skip to content
Snippets Groups Projects
Commit 4a34c96b authored by Xavier Grand's avatar Xavier Grand
Browse files

Modif RNAseq_XGR.nf to use STAR indexed genome

parent 3716b5ae
No related branches found
No related tags found
No related merge requests found
...@@ -31,8 +31,8 @@ def helpMessage() { ...@@ -31,8 +31,8 @@ def helpMessage() {
References: References:
--fasta [path] Path to genome fasta file. --fasta [path] Path to genome fasta file.
--genome [path] Path to STAR indexed genome. (To avoid the time consumming indexation of "STAR genome generate" step)
--gtf [path] Path to the gtf annotation file. --gtf [path] Path to the gtf annotation file.
--idx [path] Path to the STAR indexed genome (optional). (If allready computed)
Help: Display this help message. Help: Display this help message.
--help --help
......
...@@ -194,7 +194,7 @@ process mapping_withindex { ...@@ -194,7 +194,7 @@ process mapping_withindex {
} }
input: input:
tuple val(index_id), path(index) path(index)
tuple val(reads_id), path(reads) tuple val(reads_id), path(reads)
output: output:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment