Skip to content

Commit

Permalink
update help
Browse files Browse the repository at this point in the history
  • Loading branch information
Psy-Fer committed Feb 9, 2023
1 parent 82f1f64 commit 1612cb9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ The `guppy` and `ont-pyguppy-client-lib` versions need to match
Usage:

usage: buttery-eel [-h] -i INPUT -o OUTPUT -g GUPPY_BIN --config CONFIG [--guppy_batchsize GUPPY_BATCHSIZE] [--call_mods] [-q QSCORE] [--slow5_threads SLOW5_THREADS] [--slow5_batchsize SLOW5_BATCHSIZE]
[--quiet] [--moves_out] [--do_read_splitting] [--min_score_read_splitting MIN_SCORE_READ_SPLITTING] [--log LOG] [-v]
[--quiet] [--moves_out] [--do_read_splitting] [--min_score_read_splitting MIN_SCORE_READ_SPLITTING] [--log LOG] [--seq_sum] [-v]

buttery-eel - wrapping guppy for SLOw5 basecalling
buttery-eel - wrapping guppy for SLOW5 basecalling

optional arguments:
-h, --help show this help message and exit
Expand All @@ -79,12 +79,14 @@ Usage:
--min_score_read_splitting MIN_SCORE_READ_SPLITTING
Minimum mid-strand adapter score for reads to be split (default: 50.0)
--log LOG guppy log folder path (default: buttery_guppy_logs)
--seq_sum [Experimental] - Write out sequencing_summary.tsv file (default: False)
-v, --version Prints version






Set up flags needed and run (`--use_tcp` is needed but not forced in these early versions):

buttery-eel -g ont-guppy-6.3.8/bin --use_tcp -x "cuda:all" --config dna_r9.4.1_450bps_fast.cfg --port 5558 -i PAF25452_pass_bfdfd1d8_11.blow5 -o test.fastq
Expand Down

0 comments on commit 1612cb9

Please sign in to comment.