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

missing userfields options #548

Open
frederic-mahe opened this issue Dec 6, 2023 · 3 comments
Open

missing userfields options #548

frederic-mahe opened this issue Dec 6, 2023 · 3 comments

Comments

@frederic-mahe
Copy link
Collaborator

As a follow-up on issue #545, here is a list of --userfields options available in usearch (see userfields), but not in vsearch.

Starting with the most important, in my opinion:

diffs 	  	Number of differences (gaps + mismatches).
mid 	  	Fraction of letter pairs that match.
qseq 	  	Full-length query sequence.
tseq 	  	Full-length target sequence.
qrowdots 	Aligned query segment with gaps and dots for matched positions.
trowdots 	Aligned target segment with gaps and dots for matched positions.

These other options are less important, or are specific to commands not yet available in vsearch:

abskew 	  	Abundance skew.
clusternr 	Cluster number.
qlor 	  	0-based query start coordinate.
qhir 	  	0-based query end coordinate.
tlor 	  	0-based target start coordinate.
thir 	  	0-based target end coordinate.
orflo 	  	Start coordinate of query ORF in nt sequence.
orfhi 	  	End coordinate of query ORF in nt sequence.
orfframe 	Frame of query ORF.
@gbbio
Copy link

gbbio commented Dec 9, 2024

Is this still on the roadmap? (Just curious to know)

@frederic-mahe
Copy link
Collaborator Author

frederic-mahe commented Dec 9, 2024

Yes @gbbio this is still on the roadmap but with a low priority. If you miss a userfield in particular, please tell us which one. If it's easy to implement, maybe it can be included in the next vsearch release.

@gbbio
Copy link

gbbio commented Dec 13, 2024

For me it would be the full length sequences. The other ones are fairly easy to generate myself with some python code. Thanks for the reply!

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

No branches or pull requests

2 participants