-
Notifications
You must be signed in to change notification settings - Fork 17
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
update snakemake docs #380
Conversation
|
||
1. Rules that are not part of the task's target are entirely ignored |
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.
Removed a lot of the technical explanation here because I thought it was too detailed and not that helpful for users.
open to adding it back if ppl think there is value
@@ -134,12 +134,7 @@ def generate_metadata( | |||
fg="yellow", | |||
) | |||
|
|||
if not metadata_path.exists() and click.confirm( |
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.
removing this because from user tests I've found that it is quite confusing. I think if the file doesn't exist its generally pretty safe to create it without user confirmation since we aren't overwriting anything.
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.
- compress ur images with https://compress-or-die.com/
the jit-task.png
can go down to 25.53 kB (-79.19%)
without changing anything
-
do you have Prettier enabled for markdown? Double-check pls, not sure why we constantly switch the list bullets from
*
to-
and vice versa lol -
run major changes through Grammarly (feel free to buy a subscription on the Brex)
Overview
fromTutorial
page