Skip to content

Commit 526699d

Browse files
committed
Remove GFF requirement when kallisto pseudoaligner used
1 parent a445942 commit 526699d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

main.nf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,7 @@ workflow {
218218
ch_metadata
219219
)
220220
// ch_readcounts_df = MERGE_COUNTS.out.counts_df
221-
// ch_readcounts_df_pc = MERGE_COUNTS.out.counts_df_pc
222-
ch_readcounts_df_pc = MERGE_COUNTS.out.counts_df
221+
ch_readcounts_df_pc = MERGE_COUNTS.out.counts_df_pc
223222
ch_refgene_df = MERGE_COUNTS.out.ref_gene_df
224223

225224

0 commit comments

Comments
 (0)