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

Added information on fields for storing DNA methylation information #161

Closed
wants to merge 1 commit into from

Conversation

heathsc
Copy link

@heathsc heathsc commented Aug 1, 2016

Added a description of new fields that allow the storing of DNA methylation information to be stored with DNA sequencing variation in a VCF file. This is important to allow the results of bisulfite sequencing experiments which generate both sequence variation and DNA methylation information to be stored in a standard format.

These proposed changes were originally submitted as a new format, and are now being resubmitted as a modification of the VCFv4.3 standard following a suggestion from the original pull request.

VCFv4.3.tex Outdated
store information on DNA methylation from bisulfite sequencing
experiments and other sources alongside information about genome
sequence variation. Zero length fields are not allowed, a dot (".")
should be used instead. In order to ensure interoperability across
Copy link
Contributor

Choose a reason for hiding this comment

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

should? MUST!

@heathsc
Copy link
Author

heathsc commented Feb 3, 2017 via email

@cyenyxe
Copy link
Member

cyenyxe commented Feb 6, 2017

It is not necessary to create a new pull request, but please rebase your branch against master to ensure that conflicts are resolved. Then you can safely replace "should" with "must" where still necessary.

@mp15
Copy link
Member

mp15 commented Feb 28, 2017

@heathsc It also helps if when you create future pull requests you create it on a branch and then tick the box on the pull request allowing allowing maintainers with write access to commit to your branch.

@cyenyxe
Copy link
Member

cyenyxe commented Oct 23, 2017

@MarcosFernandez, could you please rebase these changes against the master branch? As you can see on this page, there are several files with conflicts, even though they are not related with the VCF specification.

@heathsc
Copy link
Author

heathsc commented Oct 24, 2017

Conflicts are already solved. Is it able to merge??

@jkbonfield jkbonfield added the vcf label Nov 2, 2017
@yfarjoun
Copy link
Contributor

yfarjoun commented Apr 11, 2019

this is a bit of a stale PR. if there's still interest in it, please rebase on master and re-open.

@yfarjoun yfarjoun closed this Apr 11, 2019
@heathsc
Copy link
Author

heathsc commented Apr 11, 2019 via email

@yfarjoun
Copy link
Contributor

you have comments given to you on this PR. please respond to them. you do not need to open a new PR, rebase this one on top of the master branch:

$ git fetch
$ git rebase origin/master

since there are conflicts you'll probably have to tidy them up (https://help.github.com/en/articles/resolving-merge-conflicts-after-a-git-rebase)

then you'll need to force push

git push -f

In addition to rebasing there were particular requests, so please respond to them, commit and re-push your changes and they will be reflected in this PR. Sorry for the delay in response.

@yfarjoun yfarjoun reopened this Apr 11, 2019
@d-cameron
Copy link
Contributor

Base modification support has been added to VCFv4.5. There is a public consultation period before the specifications are finalised so please review the proposed design and highlight any issues/limitations in the proposed model as the encoding is quite different to the one proposed in this PR.

@d-cameron d-cameron closed this Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging this pull request may close these issues.

None yet

7 participants