How to use the extra args?

Open
#46 4 comments 1 reaction 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
35/100
Issue type
Documentation
Clarity
Mostly clear
Activity status
Stale
Tech stack
python
Domain
api

Research direction

Start at the protocol_args.extend(args) entry point and compare it with the documented fast5_out option. Confirm the accepted argument form with a minimal invocation or existing tests, then update the relevant usage documentation or example so including fastq and the trace table is unambiguous.

Written by the indexing model from the issue text.

Description

My requirement is to make fast5 include fastq and trace table. By looking up the instructions, I understand that the fast5_out should be set out to True. Which of the following expression is correct in syntax?

extra_args=["--fast5_out=True"]
extra_args=["fast5_out=True"]
extra_args=["fast5_out=on"]
extra_args=["--fast5_out=on"]
extra_args=["--fast5_out"]

extra_args would be passed to protocol_args.extend(args).

I have failed many times . I would appreciate your help.

Dominant language
Python
Stars
73
Forks
16
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from nanoporetech/minknow_api

All issues in nanoporetech/minknow_api

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.