Skip to content

Commit

Permalink
Update pfdo, pftree & pfdo_run versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Sandip117 committed Sep 26, 2023
1 parent 982050a commit 67129db
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ pl-pfdorun
Abstract
--------

The pf-pfdorun plugin is a general purpose "swiss army" knife DS plugin that can be used to execute some CLI type commands on input directories.
The pl-pfdorun plugin is a general purpose "swiss army" knife DS plugin that can be used to execute some CLI type commands on input directories.


Description
-----------


The pf-pfdorun plugin is a general purpose "swiss army" knife type plugin that can be used to perform somewhat arbitrary exec command line type commands on input directores/data. For instance:
The pl-pfdorun plugin is a general purpose "swiss army" knife type plugin that can be used to perform somewhat arbitrary exec command line type commands on input directores/data. For instance:

* copy (subsets of) data from the input space to output;
* create explicit (g)zip files of data;
Expand Down
4 changes: 2 additions & 2 deletions pfdorun/pfdorun.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
DESCRIPTION
The pf-pfdorun plugin is a general purpose "swiss army" knife type
The pl-pfdorun plugin is a general purpose "swiss army" knife type
plugin that can be used to perform somewhat arbitrary exec command
line type commands on input directores/data. For instance:
Expand Down Expand Up @@ -334,7 +334,7 @@

class Pfdorun(ChrisApp):
"""
The pf-pfdorun plugin is a general purpose "swiss army" knife DS plugin that can be used to execute some CLI type commands on input directories.
The pl-pfdorun plugin is a general purpose "swiss army" knife DS plugin that can be used to execute some CLI type commands on input directories.
"""
PACKAGE = __package__
TITLE = 'A ChRIS plugin app'
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
chrisapp==2.4.0
Faker==6.4.1
nose==1.3.7
pfdo==2.2.2
pfdo-run==2.2.2
pfdo==5.0.0
pfdo-run==3.2.6
pfmisc==2.2.2
pftree==2.2.0
pftree==3.4.2
pudb==2020.1
Pygments==2.8.0
python-dateutil==2.8.1
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

setup(
name = 'pfdorun',
version = '2.2.12',
description = 'The pf-pfdorun plugin is a general purpose "swiss army" knife DS plugin that can be used to execute some CLI type commands on input directories.',
version = '2.2.14',
description = 'The pl-pfdorun plugin is a general purpose "swiss army" knife DS plugin that can be used to execute some CLI type commands on input directories.',
long_description = readme,
author = 'Rudolph Pienaar',
author_email = '[email protected]',
Expand Down

0 comments on commit 67129db

Please sign in to comment.