holgerbrandl
11/20/2017, 5:01 PMlet
such as in
openFasta("hervs99k.fasta")
.filter { it.sequence.length.let { it in 1000..3000 } }
// suggest to replace unnecessary let with just
.filter { it.sequence.length in 1000..3000 }
?holgerbrandl
11/21/2017, 2:38 PMandyb
11/22/2017, 11:48 AMholgerbrandl
11/22/2017, 11:52 AMandyb
11/22/2017, 12:27 PMandyb
11/22/2017, 12:29 PMholgerbrandl
11/22/2017, 12:47 PMandyb
11/22/2017, 1:47 PM