File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ RecMpox integrates several external bioinformatics tools. Please also cite these
164164
165165## License
166166
167- This project is licensed under the GNU General Public License v3.0 (GPL-3.0) - see the [ LICENSE] ( LICENSE ) file for details.
167+ This project is licensed under the MIT License - see the [ LICENSE] ( LICENSE ) file for details.
168168
169169## Contributing
170170
Original file line number Diff line number Diff line change 1414 noarch : python
1515 entry_points :
1616 - recmpox=recmpox.recmpox:main
17- - rempox=recmpox.recmpox:main
1817 script :
1918 - " {{ PYTHON }} -m pip install . --no-deps --no-build-isolation -vvv"
2019 - mkdir -p $PREFIX/etc/conda/activate.d
4746
4847about :
4948 home : https://github.com/DaanJansen94/RecMpox
50- license : GPL-3.0-or-later
51- license_family : GPL
49+ license : MIT
50+ license_family : MIT
5251 license_file : LICENSE
5352 summary : RecMpox flags potential recombination events in monkeypox consensus genomes.
5453 description : |
Original file line number Diff line number Diff line change 77 name = "recmpox" ,
88 version = "0.0.5" ,
99 author = "RecMpox contributors" ,
10- description = "RecMpox: Classify consensus mpox genomes at diagnostic SNPs (recombinant calling) ." ,
10+ description = "RecMpox: A command-line tool to flag potential mpox recombinants from consensus genomes ." ,
1111 long_description = long_description ,
1212 long_description_content_type = "text/markdown" ,
1313 packages = find_packages (),
1717 entry_points = {
1818 "console_scripts" : [
1919 "recmpox=recmpox.recmpox:main" ,
20- "rempox=recmpox.recmpox:main" ,
2120 ],
2221 },
2322 classifiers = [
You can’t perform that action at this time.
0 commit comments