-
Notifications
You must be signed in to change notification settings - Fork 40
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
step3: vsearch 2.20 deprecated --derep_fulllength #469
Comments
Well this looks like an issue with vsearch. They just implemented some change which causes this to break: Ok, so it looks like derep_fulllength was deprecated in vsearch 2.20. You can fix this by rolling back vsearch to 2.19: I will think about a longer term solution. |
isaacovercast
added a commit
that referenced
this issue
Jan 21, 2022
Pinned vsearch to 2.19 in ipyrad version 0.9.82 |
isaacovercast
changed the title
step 3: fatal error
step3: vsearch 2.20 deprecated --derep_fulllength
Feb 2, 2022
Added a check to handle this in clustmap.py. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ipyrad -p params-test2.txt -s 123
ipyrad [v.0.9.81]
Interactive assembly and analysis of RAD-seq data
Parallel connection | master: 64 cores
Step 1: Loading sorted fastq data to Samples
[####################] 100% 0:00:54 | loading reads
50 fastq files loaded to 50 Samples.
Step 2: Filtering and trimming reads
[####################] 100% 0:08:23 | processing reads
Step 3: Clustering/Mapping reads within samples
[####################] 100% 0:00:01 | dereplicating
Encountered an Error.
Message: IPyradError:
Fatal error: FASTQ input is only allowed with the fastx_uniques command
Parallel connection closed.
Is there something wrong with my fastq file?
I'm using the default parameters, nothing has changed except the pathname, the same fastq files can be recognized by stacks.
ipyrad is downloaded by conda.
so sorry for my English.
The text was updated successfully, but these errors were encountered: