Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (est_fork4) C:\Users\lucas\Desktop\ic\noworkflow>git status
- On branch 2.0-alpha
- Your branch is up to date with 'origin/2.0-alpha'.
- It took 3.58 seconds to enumerate untracked files. 'status -uno'
- may speed it up, but you have to be careful not to forget to add
- new files yourself (see 'git help status').
- nothing to commit, working tree clean
- (est_fork4) C:\Users\lucas\Desktop\ic\noworkflow>git diff 2.0-alpha origin/2.0-alpha
- (est_fork4) C:\Users\lucas\Desktop\ic\noworkflow>git remote -v
- origin https://github.com/gems-uff/noworkflow.git (fetch)
- origin https://github.com/gems-uff/noworkflow.git (push)
- (est_fork4) C:\Users\lucas\Desktop\ic\noworkflow>
- (est_fork4) C:\Users\lucas\Desktop\ic\noworkflow>pip show noworkflow
- Name: noworkflow
- Version: 2.0.0a0
- Summary: Supporting infrastructure to run scientific experiments without a scientific workflow management system.
- Home-page: https://github.com/gems-uff/noworkflow
- Author: Joao Pimentel, Leonardo Murta, Vanessa Braganholo, Fernando Chirigati, David Koop, and Juliana Freire
- Author-email: [email protected]
- License: MIT
- Location: d:\users\lucas\anaconda3\envs\est_fork4\lib\site-packages\noworkflow-2.0.0a0-py3.7.egg
- Requires: pyposast, apted, future, SQLAlchemy
- Required-by:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement