Skip to content

Commit

Permalink
added cellranger vdj
Browse files Browse the repository at this point in the history
  • Loading branch information
mapo9 committed Dec 7, 2023
1 parent e53237d commit f35e3d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflows/airrflow.nf
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ workflow AIRRFLOW {
// Perform sequence assembly if input type is fastq from bulk sequencing data
// TODO make this part run from ch_reads_split.bulk! -> other input, FASTQ_INPUT_CHECK is not needed then anymore

SEQUENCE_ASSEMBLY( ch_reads_split.bulk )
SEQUENCE_ASSEMBLY( ch_input )

ch_fasta = SEQUENCE_ASSEMBLY.out.fasta
ch_versions = ch_versions.mix(SEQUENCE_ASSEMBLY.out.versions)
Expand Down

0 comments on commit f35e3d7

Please sign in to comment.