Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104969027
setup.py
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Mar 13, 18:56
Size
787 B
Mime Type
text/x-python
Expires
Sat, Mar 15, 18:56 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24869820
Attached To
R7078 singularity-pipeline
setup.py
View Options
from
setuptools
import
setup
setup
(
name
=
'singularity-pipeline'
,
version
=
'0.2.0'
,
description
=
'A runner script for pipelines using Singularity containers'
,
url
=
'https://github.com/kav2k/singularity-pipeline'
,
author
=
'Alexander Kashev'
,
author_email
=
'alexander.kashev@math.unibe.ch'
,
license
=
'MIT'
,
classifiers
=
[
'Development Status :: 3 - Alpha'
,
'Programming Language :: Python :: 2'
,
'Programming Language :: Python :: 3'
],
keywords
=
'singularity container runner'
,
packages
=
[
'singularity_pipeline'
],
install_requires
=
[
'PyYAML>=3.12'
,
'argparse>=1.4.0'
,
'colorama>=0.3'
],
entry_points
=
{
'console_scripts'
:
[
'singularity-pipeline = singularity_pipeline.pipeline:__main'
]
}
)
Event Timeline
Log In to Comment