Skip to content
Snippets Groups Projects
Verified Commit 9293f190 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

emaze: change input to follow change to t2g in kb main.nf

parent 3de4d8de
Branches
Tags
No related merge requests found
...@@ -12,13 +12,10 @@ workflow count { ...@@ -12,13 +12,10 @@ workflow count {
take: take:
bam_idx bam_idx
fasta fasta
transcript_to_gene gtf
main: main:
transcript_to_gene tr2g(gtf)
.ifEmpty(["NO T2G", ""])
.set{ transcript_to_gene_optional }
tr2g(gtf, transcript_to_gene_optional)
fasta_to_transcripts_lengths(fasta) fasta_to_transcripts_lengths(fasta)
bam2ec(bam_idx, fasta_to_transcripts_lengths.out.tsv.collect()) bam2ec(bam_idx, fasta_to_transcripts_lengths.out.tsv.collect())
emase(bam2ec.out.bin, bam2ec.out.tsv, tr2g.out.t2g) emase(bam2ec.out.bin, bam2ec.out.tsv, tr2g.out.t2g)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment