-
Notifications
You must be signed in to change notification settings - Fork 20
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
error: unrecognized arguments: /mnt/md1/REFERENCE.fa #29
Comments
I guess you are using old version (before 0.14)... you can check which version you are using with the best if you update to the newest version:
|
It looks like this URL is linked to the old version 0.13.
https://github.com/lpryszcz/redundans.git
Am I missing something obvious?
Thank you Leszek.
Rob
…On Wed, Mar 1, 2017 at 9:54 AM, Leszek ***@***.***> wrote:
I guess you are using old version (before 0.14)... you can check which
version you are using with ./redundans.py --version
the best if you update to the newest version:
git clone --recursive https://github.com/lpryszcz/redundans.git
cd redundans
(cd bin/bwa && make clean && make)
(cd bin/last && make clean && make)
(cd bin/snap && make clean && make)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#29 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJr1XQ3HyM77IrC0EbsoMynVlmV7ImGCks5rhZSZgaJpZM4MOsod>
.
|
not really, it points to the latest version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to try a reference-guided assembly to compare with my de novo assembly.
I am doing something wrong and would like any guidance that you can offer.
My command is:
/home/rob/src/redundans/redundans.py -v -i Pcri_800bp_12repaired_R1.fastq Pcri_800bp_12repaired_R2.fastq Pcri_3kb_12repaired_R1.fastq Pcri_3kb_12repaired_R2.fastq Pcri_5kb_12repaired_R1.fastq Pcri_5kb_12repaired_R2.fastq Pcri_10kb_12repaired_R1.fastq Pcri_10kb_12repaired_R2.fastq Pcri_470bp_40pct_R1.fastq Pcri_470bp_40pct_R2.fastq -r /mnt/md1/Mguttatus.fa -f /mnt/md1/redundans_1Kcut_u.5_iden0.91/scaffolds.filled.fa -o /mnt/md1/redundans_1Kcut_u.5_iden0.90_overlap0.66_REF --noscaffolding --threads 80 --identity 0.90 --overlap 0.66 --minLength 1000 --mapq 15 --iters 4 --sspacebin /home/rob/src/SSPACE/SSPACE_Standard_v3.0.pl
Which throws the following error:
redundans.py: error: unrecognized arguments: /mnt/md1/Mguttatus.fa
Mguttatus.fa is the fasta file for the reference assembly.
Why does it not recognize my Mguttatus.fa file?
Rob
The text was updated successfully, but these errors were encountered: