Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does racon_wrapper lack --no-trimming option #78

Open
SalvadorGJ opened this issue Jun 13, 2023 · 0 comments
Open

Does racon_wrapper lack --no-trimming option #78

SalvadorGJ opened this issue Jun 13, 2023 · 0 comments

Comments

@SalvadorGJ
Copy link

SalvadorGJ commented Jun 13, 2023

Hi,

I want to test racon_wrapper v1.5.0, with the following command:

racon_wrapper \\
        -t ${task.cpus} \\
        -u --no-trimming \\
        --split 16000000 \\
        ${fastq_file} ${sam_file} ${genome_file} 1> ${file_name}.racon_polished.fa

Unfortunately, this is the output error:

usage: racon_wrapper [-h] [--split SPLIT] [--subsample SUBSAMPLE SUBSAMPLE]
                     [-u] [-f] [-w WINDOW_LENGTH] [-q QUALITY_THRESHOLD]
                     [-e ERROR_THRESHOLD] [-m MATCH] [-x MISMATCH] [-g GAP]
                     [-t THREADS]
                     [--cudaaligner-band-width CUDAALIGNER_BAND_WIDTH]
                     [--cudaaligner-batches CUDAALIGNER_BATCHES]
                     [-c CUDAPOA_BATCHES] [-b]
                     sequences overlaps target_sequences
racon_wrapper: error: unrecognized arguments: --no-trimming

So I want to ask, is this the expected behaviour and I should not use the --no-trimming parameter?

Kind regards,
Salvador

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant