Skip to content

Organizing The Repository #68

Open
pentalpha wants to merge 5 commits into
weizhongli:masterfrom
pentalpha:organize-files
Open

Organizing The Repository #68
pentalpha wants to merge 5 commits into
weizhongli:masterfrom
pentalpha:organize-files

Conversation

@pentalpha

Copy link
Copy Markdown

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.

1 participant