Skip to content

Commit

Permalink
Dropping ont from read_type.config
Browse files Browse the repository at this point in the history
  • Loading branch information
simonleandergrimm committed Jan 15, 2025
1 parent f75db73 commit 7a41916
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configs/read_type.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@
params {
// Whether the underlying data is paired-end or single-end
single_end = new File(params.sample_sheet).text.readLines()[0].contains('fastq_2') ? false : true
ont = new File(params.sample_sheet).text.readLines()[1].contains('ONT') ? true : false
}

0 comments on commit 7a41916

Please sign in to comment.