YuLab-SMU / ProjectYulab

:next_track_button: Small coding tasks that enable you to participate in our development
33 stars 3 forks source link

sequence alignment parsers #2

Open GuangchuangYu opened 1 year ago

GuangchuangYu commented 1 year ago

see more details in https://github.com/YuLab-SMU/seqmagick/issues/1.

bioinfotec commented 1 year ago

So in this issue, are we going to write a generic script to parse the sequence of different formats? I don't understand the requirement even I have read the details.

GuangchuangYu commented 1 year ago

you can write several functions and each for one type of file format.

You can get started by developing a function to parse the most simple format.

GuangchuangYu commented 9 months ago

see more details in YuLab-SMU/seqmagick#1.

The issue has been solved. However, we can still propose to support more file formats.

pls, go ahead.