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

RNAseq_XGR test with Tiny dataset

parent 45022992
No related branches found
No related tags found
No related merge requests found
......@@ -94,8 +94,6 @@ Channel
.fromPath( params.gtf )
.set { gtf_file }
fastq_files.view()
/*
****************************************************************
Imports
......@@ -125,6 +123,8 @@ include { index_bam } from "./nf_modules/samtools/main.nf"
workflow {
fastq_files.view()
//########################## PREPROCESSING ####################
// fastp
fastp(fastq_files)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment