Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organizing The Repository #68

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

pentalpha
Copy link

This project truly deserves a clean, well organized and good looking repository.

I moved source code files to a "src" directory and modified the Makefiles to write the binaries into a "bin" directory (a standard used by most projects). A ".gitignore" was added in order to prevent binary files being staged on commits.

The README file was also lacking more useful information, so I wrote one based on the previous file and the cd-hit web page.

… the main web page (http://weizhongli-lab.org/cd-hit/) and some basic instructions on how to use cd-hit.
	As of today, C++ source code files are named *.cpp and C++ Headers are usually named *.h. There is no good reason to keep using legacy file extensions such as ".c++" or ".cxx". The .c++ extension can cause problems on some file systems that don't allow the "+" character in file names.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant