Giter VIP home page Giter VIP logo

bit's People

Contributors

abbycabs avatar aiqbal94 avatar jorgeboucas avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

abbycabs

bit's Issues

Feedback on JOSS paper (paper.md)

(I've put paper issues in this issue tracker rather than leave comments on the review page as per the JOSS guidelines openjournals/joss-reviews#549)

[Line numbers refer to line breaks when opened in text editor]

Suggested changes for style/grammar

l.21

In the increasing world of data

Change to something like: "With the increasing amount of data in the world..."

the mingles of data

Change to "mingling of data"

l.23

proficient tools have emerged along the last years

Change to: "emerged in recent years"

a unified tool is still in the need for many.

Change to something like: "...is still a need for many [researchers]"

l.24 - not quite clear what this means - could do with rewording.

l.26
remove first "for example"
eg. -> e.g.

l.28

Project metadata and data can like this be kept in different instances.

Remove "like this" or reword to "can be kept like this in different instances"

l.30

Using rsync, it allows seamless multiple rsync calls for efficient synchronisations

Suggested change to "Using rsync bit allows seamless multiple rsync calls...".

l.32

Add punctuation somewhere to break long sentence, suggest comma after "HPC clusters,"

References/bibliography

There are no references/citations in the paper and the .bib file is blank (on master - it is not present in the tagged release version). Check that there are no references that can be added. (I assume this is OK if there is actually nothing to be cited, but maybe check with the JOSS editors)

Suggestion: Use Tokens for Github Auhentication

Issue as part of JOSS review process (openjournals/joss-reviews#549).

bit currently uses username and password for github.com or enterprise github authentication. This will likely fail for me because I've enabled two-factor authentication for my accounts. bit should switch to personal access tokens which is also safer and allows to tweak permissions.

urllib2 and python3

PYTHON_VERSION=sys.version_info[0]
if PYTHON_VERSION == 2:
    import urllib2
elif PYTHON_VERSION == 3:
    import urllib.request as urllib2

Add more detailed instructions on initial setup

Issue as part of JOSS review process (openjournals/joss-reviews#549)

The bit --config part of the Example usage section worked fine for me.

After this step I feel there should be some more information available on which folders need to be set up in owncloud and how the folder structure should look on the HPC. I cannot make the bit --start work as I get the following output with nothing happening:

The bermuda information triangle works on the basis that all your projects are located in the same path and have a parent subpath in your local machine ie.
/file_system_a
    |
    '- data
        |
        '- projects
            |
            |- Company_A
            |   |
            |   |- CA_project_y
            |   |
            |   '- CA_project_x
            |       |
            |       |- results
            |       |- models
            |       |- scripts
            |       |- tmp
            |       |- slurm_logs
            |       '- wiki
            |
            '- Company_B
                |
                '- CB_project_n

Please expand the documentation here or allow bit to scaffold of a example structure.

Traceback running bit --config

Discovered through the JOSS review process over at: openjournals/joss-reviews#549

Downloaded and run setup.py as per the instructions in the README, but on running bit --config in the first example given I get Traceback:

(The error is the same for bit --start, i.e. TabError)

$ bit --config
Traceback (most recent call last):
  File "/home/dav/.local/bin/bit", line 11, in <module>
    load_entry_point('bit==0.1.0', 'console_scripts', 'bit')()
  File "/home/dav/anaconda3/lib/python3.5/site-packages/setuptools-27.2.0-py3.5.egg/pkg_resources/__init__.py", line 565, in load_entry_point
  File "/home/dav/anaconda3/lib/python3.5/site-packages/setuptools-27.2.0-py3.5.egg/pkg_resources/__init__.py", line 2598, in load_entry_point
  File "/home/dav/anaconda3/lib/python3.5/site-packages/setuptools-27.2.0-py3.5.egg/pkg_resources/__init__.py", line 2258, in load
  File "/home/dav/anaconda3/lib/python3.5/site-packages/setuptools-27.2.0-py3.5.egg/pkg_resources/__init__.py", line 2264, in resolve
  File "/home/dav/.local/lib/python3.5/site-packages/bit-0.1.0-py3.5.egg/bit/__init__.py", line 11, in <module>
    import bit.config as config
  File "/home/dav/.local/lib/python3.5/site-packages/bit-0.1.0-py3.5.egg/bit/config.py", line 112
    return user_group
                    ^
TabError: inconsistent use of tabs and spaces in indentation

archive

archive module for generating tars and moving to respective archive folder.

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.