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

depth of coverage #15

Open
DiegoSafian opened this issue Oct 4, 2023 · 1 comment
Open

depth of coverage #15

DiegoSafian opened this issue Oct 4, 2023 · 1 comment

Comments

@DiegoSafian
Copy link

Hi ,

I am wondering where in the output the depth of coverage is written??

Thanks

@shivanshss
Copy link

This is from the README.

The fasta file will be annotated like the following in the female_only mode:

record_id length_of_contig proportion_shared_with_female

And in female+male mode:

record_id length_of_contig proportion_shared_with_female median_k-mer_abundance

"median_k-mer_abundance" seems to be the coverage you are interested in. You can collect the headers from annotated fasta file using this

awk '/^>/ {print substr($0,2)}' $fasta_file > fasta_headers.tab

You can open fasta_headers.tab in excel and allow spaces and tab to separate data into cells and collect column 4.

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