Giter Club home page Giter Club logo

provenance_tools's People

Contributors

jcross186 avatar

Watchers

 avatar  avatar  avatar

provenance_tools's Issues

setup.py or requirements.txt required

[tb571@pnl-z840-2 provenance_tools]$ python provenance_tracker.py -h
Traceback (most recent call last):
  File "provenance_tracker.py", line 1, in <module>
    import git, hashlib, inspect, warnings, os, argparse, pdb
ImportError: No module named git

Insert newline between two xml fields?

Currently, provenance is saved as:

<provenance_info><sha1>bfb3a8322f1be27b85480c9c3360fbae813a9d80</sha1><file_name>README.md</file_name><system>Linux</system    ><node>pnl-z840-2</node><release>3.10.0-957.27.2.el7.x86_64</release><version>#1 SMP Mon Jul 29 17:46:05 UTC 2019</version>    <machine>x86_64</machine><processor>x86_64</processor><run_time_stamp>2020-05-13T13:35:07.182431</run_time_stamp><desc /></    provenance_info>

Like shown in the presentation, shouldn't there be newline \n between consecutive fields:

<provenance_info>
<sha1>bfb3a8322f1be27b85480c9c3360fbae813a9d80</sha1>
<file_name>README.md</file_name>
<system>Linux</system    >
<node>pnl-z840-2</node>
<release>3.10.0-957.27.2.el7.x86_64</release>
<version>#1 SMP Mon Jul 29 17:46:05 UTC 2019</version>    
<machine>x86_64</machine>
<processor>x86_64</processor>
<run_time_stamp>2020-05-13T13:35:07.182431</run_time_stamp>
<desc /></    provenance_info>

Other issues,

  • I don't see the beginning of <desc>
  • There are mellifluous whitespaces </system > that should be compressed

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.