-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Paolo Di Tommaso <[email protected]>
- Loading branch information
1 parent
27ff768
commit 5a7b1eb
Showing
3 changed files
with
4 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,15 +11,6 @@ | |
* defined by the Mozilla Public License, v. 2.0. | ||
*/ | ||
|
||
/* | ||
* Proof of concept of a RNAseq pipeline implemented with Nextflow | ||
* | ||
* Authors: | ||
* - Paolo Di Tommaso <[email protected]> | ||
* - Emilio Palumbo <[email protected]> | ||
* - Evan Floden <[email protected]> | ||
*/ | ||
|
||
/* | ||
* enables modules | ||
*/ | ||
|
@@ -55,4 +46,3 @@ workflow { | |
RNASEQ( params.transcriptome, read_pairs_ch ) | ||
MULTIQC( RNASEQ.out, params.multiqc ) | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters