Skip to content
Snippets Groups Projects
Commit ae7b5751 authored by Pau Andrio's avatar Pau Andrio
Browse files

feat(file_utils): Adding path argument to create_unique_dir function

parent 41c8e303
No related branches found
No related tags found
No related merge requests found
Pipeline #15728 failed with stages
in 4 minutes and 24 seconds
...@@ -17,7 +17,7 @@ The latest documentation of this package can be found in our readthedocs site: ...@@ -17,7 +17,7 @@ The latest documentation of this package can be found in our readthedocs site:
[latest API documentation](http://biobb_common.readthedocs.io/en/latest/). [latest API documentation](http://biobb_common.readthedocs.io/en/latest/).
### Version ### Version
v3.0.0 2020.1 v3.0.1 2020.2
### Copyright & Licensing ### Copyright & Licensing
This software has been developed in the [MMB group](http://mmb.irbbarcelona.org) at the [BSC](http://www.bsc.es/) & [IRB](https://www.irbbarcelona.org/) for the [European BioExcel](http://bioexcel.eu/), funded by the European Commission (EU H2020 [823830](http://cordis.europa.eu/projects/823830), EU H2020 [675728](http://cordis.europa.eu/projects/675728)). This software has been developed in the [MMB group](http://mmb.irbbarcelona.org) at the [BSC](http://www.bsc.es/) & [IRB](https://www.irbbarcelona.org/) for the [European BioExcel](http://bioexcel.eu/), funded by the European Commission (EU H2020 [823830](http://cordis.europa.eu/projects/823830), EU H2020 [675728](http://cordis.europa.eu/projects/675728)).
......
...@@ -17,7 +17,7 @@ The latest documentation of this package can be found in our readthedocs site: ...@@ -17,7 +17,7 @@ The latest documentation of this package can be found in our readthedocs site:
[latest API documentation](http://biobb_common.readthedocs.io/en/latest/). [latest API documentation](http://biobb_common.readthedocs.io/en/latest/).
### Version ### Version
v3.0.0 2020.1 v3.0.1 2020.2
### Copyright & Licensing ### Copyright & Licensing
This software has been developed in the [MMB group](http://mmb.irbbarcelona.org) at the [BSC](http://www.bsc.es/) & [IRB](https://www.irbbarcelona.org/) for the [European BioExcel](http://bioexcel.eu/), funded by the European Commission (EU H2020 [823830](http://cordis.europa.eu/projects/823830), EU H2020 [675728](http://cordis.europa.eu/projects/675728)). This software has been developed in the [MMB group](http://mmb.irbbarcelona.org) at the [BSC](http://www.bsc.es/) & [IRB](https://www.irbbarcelona.org/) for the [European BioExcel](http://bioexcel.eu/), funded by the European Commission (EU H2020 [823830](http://cordis.europa.eu/projects/823830), EU H2020 [675728](http://cordis.europa.eu/projects/675728)).
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
"conda": "https://anaconda.org/bioconda/biobb_common", "conda": "https://anaconda.org/bioconda/biobb_common",
"docker": "https://quay.io/repository/biocontainers/biobb_common", "docker": "https://quay.io/repository/biocontainers/biobb_common",
"singularity": "https://www.singularity-hub.org/collections/2734/usage", "singularity": "https://www.singularity-hub.org/collections/2734/usage",
"version": "3.0.0", "version": "3.0.1",
"tools" : [ "tools" : [
{ {
"block" : "", "block" : "",
......
...@@ -5,7 +5,7 @@ with open("README.md", "r") as fh: ...@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup( setuptools.setup(
name="biobb_common", name="biobb_common",
version="3.0.0", version="3.0.1",
author="Biobb developers", author="Biobb developers",
author_email="pau.andrio@bsc.es", author_email="pau.andrio@bsc.es",
description="Biobb_common is the base package required to use the biobb packages.", description="Biobb_common is the base package required to use the biobb packages.",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment