Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
## Introduction

**nfdata-omics/pseudoalign** is a bioinformatics pipeline that ...
I am adding this line to check what happens with the PR

<!-- TODO nf-core:
Complete this sentence with a 2-3 sentence summary of what types of data the pipeline ingests, a brief overview of the
Expand Down
8 changes: 4 additions & 4 deletions workflows/pseudoalign.nf
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ include { UNTAR_SALMON_INDEX } from '../modules/local/untar_salmon_index/mai
workflow PSEUDOALIGN {

take:
ch_samplesheet // channel: samplesheet read in from --input
ch_salmon_index
ch_fasta
ch_gtf
ch_samplesheet // channel: samplesheet read in from --input
ch_salmon_index // channel: salmon index folder
ch_fasta // channel: transcriptome fasta
ch_gtf // channel: gtf file

main:

Expand Down