Skip to content

Commit

Permalink
Update version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Mar 5, 2024
1 parent a08ad37 commit 5a456d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/schedulers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,14 @@ Slurm
-----

Unlike the local scheduler, no resource allocation is performed via Luigi
resource mechanism. Instead, a single ``slurm_jobs`` resource is consumed to
control how many jobs Luigi can queue.
resource mechanism. Instead, two resources are consumed: ``slurm_jobs`` and
``slurm_cpus`` to respectively control how many jobs and CPUs can be allocated.

.. code-block:: ini
[bioluigi]
slurm_jobs=32
slurm_cpus=256
.. note::

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
long_description = f.read()

setup(name='bioluigi',
version='0.1.2',
version='0.1.3',
description='Reusable and maintained Luigi tasks to incorporate in bioinformatics pipelines',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 5a456d3

Please sign in to comment.