cmbi / kmad

Knowledge based multiple sequence alignment for intrinsically disordered proteins
http://www.cmbi.ru.nl/kmad
GNU General Public License v3.0
8 stars 4 forks source link

Remove seq data #37

Closed joannalange closed 8 years ago

joannalange commented 8 years ago

Remove the seq_data namespace and move all its functionality to the fasta namespace; use the FastaData struct instead of SequenceData struct.

@jonblack, any comments?

jonblack commented 8 years ago
jonblack commented 8 years ago

Are you still working on the other comments I made?

joannalange commented 8 years ago

Slowly, didn't have much time last week, but I hope to get it done in the next couple of days

joannalange commented 8 years ago

I've moved the functions to f_config, do you think I can merge it now, @jonblack?

jonblack commented 8 years ago

:+1: Looks good. Make sure you merge + squash in GitHub so we don't have a long list of commits in the history :smile:

joannalange commented 8 years ago

Huh... I don't get it, I squashed all commits from the remove-seq-data branch but still all of them are in history... I guess I'm doing something wrong

@jonblack, should I have done sth else apart from just rebasing it and clicking the 'merge pull request' button? Should I do it from the cmd line or sth like that?

jonblack commented 8 years ago

When you merge in GitHub there is a drop down with the option to squash. That's the easiest way.

joannalange commented 8 years ago

ahhhh alright, will know the next time