Mercurial > repos > artbio > mircounts
diff yac.py @ 15:ffcd42f85b61 draft default tip
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/mircounts commit 5eb8570dce4e22fb2759cc16c8e1ce9d304508fe
author | artbio |
---|---|
date | Sat, 10 Feb 2024 17:15:04 +0000 |
parents | 6b8adacd4750 |
children |
line wrap: on
line diff
--- a/yac.py Sun May 09 17:10:07 2021 +0000 +++ b/yac.py Sat Feb 10 17:15:04 2024 +0000 @@ -81,8 +81,11 @@ output.write(block) def handle_io(self): - '''Open input file, pass read sequence and read qscore to clipping function. - Pass clipped read and qscore to output function.''' + ''' + Open input file, pass read sequence and read qscore + to clipping function. + Pass clipped read and qscore to output function. + ''' id = 0 output = open(self.outputfile, "a") with open(self.inputfile, "r") as input: