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

Fix bugs in the GERP step of the pipeline #90

Merged
merged 16 commits into from
Nov 26, 2024
Merged

Fix bugs in the GERP step of the pipeline #90

merged 16 commits into from
Nov 26, 2024

Conversation

verku
Copy link
Collaborator

@verku verku commented Nov 11, 2024

No description provided.

@verku
Copy link
Collaborator Author

verku commented Nov 14, 2024

Check how many bases have been added to the analysis in the tiny test dataset compared to the previous version

@verku
Copy link
Collaborator Author

verku commented Nov 26, 2024

Fixed GERP scripts:

gzip -cd GCF_000283155.1_CerSimSim1.0_genomic.Sc9M7eS_2_HRSCAF_41.genome.ancestral.rates.gz | awk '$3 != "N" {print}' | wc -l
3264751

gzip -cd GCF_000283155.1_CerSimSim1.0_genomic.Sc9M7eS_2_HRSCAF_41.genome.ancestral.rates.gz | awk '$4 != "0" {print}' | wc -l
7048181

Version 0.4.1 (code as in manuscript but tree in millions of years):

gzip -cd GCF_000283155.1_CerSimSim1.0_genomic.Sc9M7eS_2_HRSCAF_41.ancestral.rates.gz | awk '$3 != "N" {print}' | w
c -l
3022073

gzip -cd GCF_000283155.1_CerSimSim1.0_genomic.Sc9M7eS_2_HRSCAF_41.ancestral.rates.gz | awk '$4 != "0" {print}' | w
c -l
6518768

@verku verku merged commit 1a38ef7 into dev Nov 26, 2024
5 checks passed
@verku verku deleted the gerp branch November 26, 2024 08:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant