-
Notifications
You must be signed in to change notification settings - Fork 185
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
Add manuscript to existing code repo #307
Comments
@kescobo you're correct that the current setup assumes your repository will only contain the manuscript. We agree that having the manuscript be more self-contained is desirable. manubot/template#1 discusses some of that roadmap and how a refactored Manubot could greatly simplify the manuscript repository. Currently, many projects have a code/analysis repository and a separate manuscript repository. A recent example: We have also used submodules in the past as you suggested: |
Thanks for the links - I'll take a look. The new template does look like a good approach. I'll dig some more and chime in if anything occurs to me 👍 |
Yeah. I think the @kescobo touches on an important limitation. Currently, SETUP does not allow adding a manuscript to a pre-existing code repo. Our plan in the future with This would allow @kescobo to create a manuscript alongside project code. There would be a few restriction like reserving the For now, I think the best solution would be to create separate repos, since |
Thanks @dhimmel. For now, that's what I'm doing, and I'll probably end up going the submodule route. Not done, but https://github.com/Klepac-Ceraj-Lab/resonance1_manuscript I didn't quite get this set up in time for preprint and submission, but here's the preprint |
Ah cool! Feel free to add your manuscript to the catalog source at any point if you'd like it to show up at https://manubot.org/catalog/. |
I'm cross-referencing manubot/manubot#229 (comment) where there are links to a custom manuscript build process for a repository configured as @kescobo described. That could be a short term workaround until |
At the moment, it seems like the setup workflow is only suitable for starting a manuscript in a brand new repository, where the only thing in the repository is the manuscript. It would be nice if the manuscript could live alongside code and other content in a single repository.
From what I can tell, this may require:
manuscript/
or./manuscript
subfolder)Alternatively, perhaps git submodules could be effective here, and all that would be required is some documentation.
The text was updated successfully, but these errors were encountered: