tiny-count: tutorial, project: refactor get-templates logic#272
Merged
taimontgomery merged 5 commits intomasterfrom Jan 9, 2023
Merged
tiny-count: tutorial, project: refactor get-templates logic#272taimontgomery merged 5 commits intomasterfrom
taimontgomery merged 5 commits intomasterfrom
Conversation
…ng the original TUTORIAL.md to indicate that it pertains to tinyRNA and not tiny-count.
…that existing template files aren't overwritten if they already exist in the current working directory
…ding a minor correction to an unrelated unit test.
…came up while updating unit tests)
Collaborator
|
Tested tiny-count --get-templates and read over tutorial. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds an additional tutorial file to the START_HERE directory for
tiny-count. The get-templates functionality has been consolidated so that it can be shared by both thetinyandtiny-countcommands, and its logic has been updated so that existing template files in the CWD are not overwritten.If a template file already exists, no files are copied and the user is instructed to rename or remove the specific conflicting files. I chose this route over simply appending a (#) to the filename because doing so might require that the user also update the corresponding entries in the Paths File, and this might lead to a poor user experience at the onset of use.
This PR also updates some unrelated unit tests
Closes #270