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

polish fasta sequence id #85

Open
smm19900210 opened this issue Aug 27, 2018 · 3 comments
Open

polish fasta sequence id #85

smm19900210 opened this issue Aug 27, 2018 · 3 comments

Comments

@smm19900210
Copy link

i use racon to polish ONT data, get a polish fasta file
the sequence id like this:

a8235d72-01aa-4bf0-a306-4df8c6255801r LN:i:1416 RC:i:0 XC:f:0.000000

what's the meaning of LN, RC and XC?

@rvaser
Copy link
Collaborator

rvaser commented Aug 27, 2018

Hi,
those are SAM-like tags which denote the following:

LN - sequence length
RC - number of reads used for polishing the sequence
XC - percentage of polished windows in the sequnce

Best regards,
Robert

@YellowStar96
Copy link

Hello,
I'd like to ask a similar question and had understood the first two parameters
But i want to ask what the meaning of the ‘f' behind the XC
Thank you,
YellowStar

@rvaser
Copy link
Collaborator

rvaser commented Oct 31, 2019

Hi,
'f' means that the number that follows is a float. It is the standard SAM tag in form TAG:TYPE:VALUE, you can see more here.

Best regards,
Robert

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

3 participants