Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
O
ORG.Asm
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 19,166
    • Issues 19,166
    • 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
  • ORG.Asm
  • ORG.Asm
  • Issues
  • #9

Closed
Open
Opened Aug 25, 2015 by Peter Cock@p-j-a-cock

Typo in index usage

$ oa index --help
usage: oa index [-h] [--single] [--mate-pairs] [--check-ids]
                [--max-read INDEX:MAXREAD] [--length INDEX:LENGTH]
                [--estimate-length FRACTION] [--fasta] [--no-pipe]
                [--forward-fasta] [--check-pairing] [--reverse-fasta]
                index forward [reverse]

positional arguments:
  index                 name of the produced index
  forward               Filename of the forward reads
  reverse               Filename of the reverse reads

optional arguments:
  -h, --help            show this help message and exit
  --single              Single read mode
  --mate-pairs          Mate pair library mode
  --check-ids           Checks that forward and reverse ids are identical
  --max-read INDEX:MAXREAD
                        the count of million of reads to index (default the
                        full file)
  --length INDEX:LENGTH
                        The length of the read to index (default indexed
                        length is estimated from the first read)
  --estimate-length FRACTION
                        Estimate the length to index for conserving FRACTION
                        of the overall dataset
  --fasta               sequence files are fasta formated
  --no-pipe             do not use pipe but temp files instead
  --forward-fasta       forward file is a fasta file
  --check-pairing       ensure that forward and reverse files are correctly
                        paired
  --reverse-fasta       forward file is a fasta file

The last line should read:

  --reverse-fasta       reverse file is a fasta file

UPDATE: Actually corrected forward to reverse.

(I'm not sure why you need --fasta plus --forward-fasta and --reverse-fasta)

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: org-asm/org-asm#9