-
Notifications
You must be signed in to change notification settings - Fork 174
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
Sample ID and filter update #414
base: master
Are you sure you want to change the base?
Conversation
Modify FILTER header line to add optional Target=<SUBSET of Variant,Genotype, and Sample> Required for Sample filters. |
See also htsget PR #430 which ran into some difficulty over the question of whether commas may appear in sample names. |
should this modify 4.2 or only 4.3? |
In the \verb!SAMPLE! line: | ||
\begin{itemize} | ||
\item{ID} is a string that identifies the sample. | ||
It comprises non-whitespace characters and doesn't include the comma (`.') character. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Comma in the parentheses 😄
@@ -240,6 +240,13 @@ \subsubsection{Sample field format} | |||
##SAMPLE=<ID=Sample2,Assay=Exome,Ethnicity=CEU,Disease=Cancer,Tissue=Breast,Description="European patient exome from breast cancer"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to add FILTER to the line itself.
No description provided.