Skip to content

Commit

Permalink
Merge pull request #19 from metagenlab/dev
Browse files Browse the repository at this point in the history
Add citation.cff
  • Loading branch information
farchaab authored Aug 20, 2024
2 parents 2890a67 + 71f057b commit 8c08f5f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions CITATION.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
cff-version: 1.2.0
title: assembly_finder
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- given-names: Farid
family-names: Chaabane
email: [email protected]
orcid: 'https://orcid.org/0009-0007-9322-1281'
affiliation: University Hospital of Lausanne
- given-names: Trestan
family-names: Pillonel
email: [email protected]
orcid: 'https://orcid.org/0000-0002-5725-7929'
affiliation: University Hospital of Lausanne
- orcid: 'https://orcid.org/0000-0003-0550-8981'
given-names: Claire
family-names: Bertelli
email: [email protected]
affiliation: University Hospital of Lausanne
repository-code: 'https://github.com/metagenlab/assembly_finder'
url: 'https://metagenlab.github.io/assembly_finder/'
abstract: >-
Snakemake-powered cli to download genomes using NCBI
datasets
license: MIT
version: 0.7.6
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import os
from setuptools import setup, find_packages
from setuptools import setup, find_namespace_packages


def get_version():
Expand Down Expand Up @@ -40,7 +40,7 @@ def get_data_files():

setup(
name="assembly_finder",
packages=find_packages(),
packages=find_namespace_packages(),
url="https://github.com/metagenlab/assembly_finder",
python_requires=">=3.10",
description="Snakemake-powered cli to download genomes using NCBI datasets",
Expand Down

0 comments on commit 8c08f5f

Please sign in to comment.