VEuPathDB / repeat-masker-nextflow

nextflow workflow to modernize current repeatMasker workflow steps
Apache License 2.0
1 stars 1 forks source link

Use Bio::SeqIO #4

Closed jbrestel closed 2 years ago

jbrestel commented 2 years ago

Better to use Bio::SeqIO (while loop) instead of reading all seqs into memory (array). Better also to use the Bioperl fasta parser generally. Same applies for OUT. Should change this to write the output file using the bioperl method. This will avoid the need for the "breakSequene" method

rdemko2332 commented 2 years ago

Seqcleaner has been updated.