Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
O
OBITools
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 30
    • Issues 30
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
  • OBITools
  • OBITools
  • Issues
  • #30

Closed
Open
Opened Mar 20, 2017 by Philippe Bordron@pbordron

Missing shebang in extractreads.py and extractreads2.py

The files extractreads.py and extractreads2.py miss the shebang.

Consequences are:

  • extractreads.py and extractreads2.py do not work when installing with 'python setup.py install'
  • help switch (-h or --help) doesn't work for extractreads.py and extractreads2.py

Adding the following shebang at the start of extractreads.py and extractreads2.py fixes the issue:

#!/usr/local/bin/python

Edit: related patches

extractreads.patch extractreads2.patch

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: obitools/obitools#30