-
Notifications
You must be signed in to change notification settings - Fork 15
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
Converting OverlapEncodings Rnw file to Rmd #24
base: devel
Are you sure you want to change the base?
Conversation
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.
Good work this vignette. It was quite long. There are a few issues to address within the document. Note that it's important to compare the HTML and the PDF to catch problems.
According to Marcel, the footnotes going to the bottom is related to a Pandoc issue, so we'll leave them as they are.
Please remove extra lines and format paragraphs with Code > Reflow comment
.
person("Martin", "Morgan", role="aut")) | ||
person("Martin", "Morgan", role="aut"), | ||
person("Beryl", "Kanali", role="ctb", | ||
comment="Converted 'OverlapEncodings' vignette from Sweave to RMarkdown.")) |
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.
Please use the same indentation as line 18.
vignettes/OverlapEncodings.Rmd
Outdated
Paired-end encodings `"2{-}{-}1:jm{-}{-}m:am{-}{-}m:af{-}{-}i:"` | ||
(73 occurences in `U3.ovenc`), | ||
`"1{-}{-}2:i{-}{-}jm:a{-}{-}am:a{-}{-}af:"` (53 occurences in | ||
`U3.ovenc`), and | ||
`"2{-}{-}2:jm{-}{-}mm:am{-}{-}mm:af{-}{-}jm:aa{-}{-}af:"` | ||
(9 occurences in `U3.ovenc`), correspond to the following paired-end | ||
overlaps: | ||
|
||
- `"2{-}{-}1:jm{-}{-}m:am{-}{-}m:af{-}{-}i:"` | ||
|
||
- paired-end read (1 skipped region on the first end, no skipped region | ||
on the last end): ooo----------o oooo | ||
- transcript: ... >>>>> >>>> >>>>>>>>> ... | ||
|
||
|
||
- `"1{-}{-}2:i{-}{-}jm:a{-}{-}am:a{-}{-}af:"` | ||
|
||
- paired-end read (no skipped region on the first end, 1 skipped region | ||
on the last end): oooo oo---------oo | ||
- transcript: ... >>>>>>>>>>> >>> >>>>>> ... | ||
|
||
|
||
- `"2{-}{-}2:jm{-}{-}mm:am{-}{-}mm:af{-}{-}jm:aa{-}{-}af:"` |
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.
Compare with original PDF. This section seems to have problems like the earlier section where braces surround hyphens.
@BerylKanali @jwokaty Please make sure that things like this (from section 5.1.1): or this (from section 5.2.1): are rendered properly. I don't know how to do this, hopefully it's possible! 🤞 This is a tough vignette, but, AFAIK, not a very visited/popular one. I wonder if it's worth the effort of converting to Rmd 😞 Thanks, |
@hpages We had noticed some elements in the PDF did not render properly when we compared it to the code, This is how section 5.2.1 appears now in the HTML file. The paired-end encodings appear in full, in the PDF they were somehow slashed. Let me know if this is okay. |
@BerylKanali |
Hi @LiNk-NY Do you mean these figures? |
@BerylKanali Hi Beryl
Yes, the alignment should be maintained. |
|
@jwokaty Is it ok to close this? |
Hi @jwokaty
HTML and PDF for comparison.
RMD Build
andRMD Check
passed.Tried to do some self review. Hopefully it will have less issues.to be changed.