Skip to content

Commit

Permalink
Add CITATION file
Browse files Browse the repository at this point in the history
  • Loading branch information
fplazaonate committed Jul 24, 2024
1 parent eef1481 commit 0174e41
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 11 deletions.
14 changes: 14 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: Plaza Oñate
given-names: Florian
email: [email protected]
affiliation: INRAE
- family-names: Le Chatelier
given-names: Emmanuelle
email: [email protected]
affiliation: INRAE
title: "ESKRIM: EStimate with K-mers the RIchness in a Microbiome"
version: 1.0.9
date-released: 2024-07-24
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,3 @@ __From our experience, the sum 'num_solid_kmers + num_mercy_kmers' is an accurat

**WARNING**: Do not consider results when *num_selected_reads* is strictly lower than *target_num_reads*.\
In this case, ignore the samples concerned or decrease the number of reads to be drawn randomly (*-r* parameter).

## Authors ##

* Florian Plaza Oñate: [email protected]
* Emmanuelle Le Chatelier: [email protected]

11 changes: 6 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
name = "eskrim"
version = "1.0.9"
description = "ESKRIM: EStimate with K-mers the RIchness in a Microbiome"
authors = ["Florian Plaza Oñate <[email protected]>"]
authors = [
"Florian Plaza Oñate <[email protected]>",
"Emmanuelle Le Chatelier <[email protected]>",
]
license = "GPL-3.0-or-later"
readme = "README.md"
keywords = ["Metagenomics"]
Expand All @@ -12,11 +15,9 @@ classifiers = [
"Intended Audience :: Science/Research",
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering :: Bio-Informatics"
]
packages = [
{ include = "eskrim" },
"Topic :: Scientific/Engineering :: Bio-Informatics",
]
packages = [{ include = "eskrim" }]

[tool.poetry.scripts]
eskrim = "eskrim.eskrim:main"
Expand Down

0 comments on commit 0174e41

Please sign in to comment.