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

error: unrecognized arguments: /mnt/md1/REFERENCE.fa #29

Closed
robalba1 opened this issue Feb 28, 2017 · 3 comments
Closed

error: unrecognized arguments: /mnt/md1/REFERENCE.fa #29

robalba1 opened this issue Feb 28, 2017 · 3 comments

Comments

@robalba1
Copy link

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

@lpryszcz
Copy link
Collaborator

lpryszcz commented Mar 1, 2017

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)

@robalba1
Copy link
Author

robalba1 commented Mar 2, 2017 via email

@lpryszcz
Copy link
Collaborator

lpryszcz commented Mar 8, 2017

not really, it points to the latest version.
you need to update. the best is to do a fresh install.

@lpryszcz lpryszcz closed this as completed Mar 8, 2017
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

2 participants