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

Last ReadMe Updates and Figure Updates #9

Merged
merged 2 commits into from
Aug 21, 2024
Merged

Conversation

Manon-Morin
Copy link
Contributor

In this branch I have edited the ReadMe to address issues 2,3,6 and 7 and I have modified the code for the Figures in the R notebooks.

PR checklist

  • Tag the issue(s) or milestones this PR fixes (e.g. Fixes #123, Resolves #456).
    I have addressed issues:
    -# 2: 'how to rule the pipeline': here I have only added a couple of sentences to explain what type of code the project is associated with. There is no real possibility to explain per se how to 'run the pipeline' as the code shared in the repo represents all the different steps and tools used to generate the data. It encompasses multiple scripts and softwares that are not combined into a single pipeline

    -# 3: I have added the DOI of the Zenodo repository in the ReadMe

    -# 6: I have added a paragraph in the ReadMe (Data section) to explain how and what data we share

-# 7: I have added the information regarding Computer specifications in the appropriate section of the ReadMe

  • Describe the changes you've made.
    In the ReadMe:
    In addition to addressing the issues in the ReadMe, I have made some formatting changes.

In R markdown and associated markdown notebooks:
I have edited the parts of the code that are associated with the Figures that are in the Pub to address Audrey's comments. The figures are now final and we shouldn't expect further changes.

Copy link

@elizabethmcd elizabethmcd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! Only a couple small comments!

@@ -235,21 +226,21 @@ We used SnpSift (https://doi.org/10.3389/fgene.2012.00035), a component of the S
We ran:
`java -jar SnpSift.jar filter "(ANN[*].EFFECT has '\''missense_variant'\'' | ANN[*].EFFECT has '\''nonsense_variant'\'' | ANN[*].EFFECT has '\''frameshift_variant'\'')" data_generation/results/vcf/annotated_output.vcf.gz | bgzip > data_generation/results/vcf/output.non_silent.vcf.gz`

#### Data analysis
### 2- Data analysis

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure I understand why there is the 2- in the header when I don't see a 1- before this?

@@ -250,7 +250,8 @@ CDS_rate_comp=left_join(numb_cds,CDS_rate_sub, by='contigs')
CDS_rate_comp$ratio=CDS_rate_comp$numb_var_ns/CDS_rate_comp$numb_var_all

dens_ratio=ggplot(CDS_rate_comp, aes(x=ratio))+
geom_density(fill='#BABEE0')+theme_arcadia(x_axis_type = 'numerical')
geom_density(fill='#BABEE0')+theme_arcadia(x_axis_type = 'numerical')+

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you make these new lines after the + so it is easier to read?

@Manon-Morin Manon-Morin merged commit 21aa07e into main Aug 21, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

2 participants