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

RNAseq_XGR test with Tiny dataset

parent 351bda15
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ if (params.help || params.h) {
*/
/* Arguments */
params.fastq = "$params.project/*.fastq*"
params.fastq = "$params.project/*{1,2}.fastq*"
params.gtf = ""
params.fasta = ""
params.idx = ""
......@@ -88,7 +88,6 @@ log.info "Genome index location: ${params.idx}"
Channel
.fromFilePairs( params.fastq, size: -1 )
.set { fastq_files }
.view()
Channel
.fromPath( params.gtf )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment