Skip to content

Commit

Permalink
Deploying to gh-pages from @ 58c067d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
siebrenf committed Nov 15, 2023
1 parent 59868ca commit 17e87fd
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified .doctrees/content/cli.doctree
Binary file not shown.
Binary file modified .doctrees/environment.pickle
Binary file not shown.
4 changes: 2 additions & 2 deletions lib/seq2science/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -505,13 +505,13 @@ def _explain(args, base_dir, workflows_dir, config_path):
if args.hyperref:
rules_used = {
"start": f"Preprocessing of reads was done automatically by "
f"<a href=https://doi.org/10.5281/zenodo.3921913>seq2science v{seq2science.__version__}</a> "
f"<a href=https://doi.org/10.7717/peerj.16380>seq2science v{seq2science.__version__}</a> "
f"using the {args.workflow} workflow."
}
else:
rules_used = {
"start": f"Preprocessing of reads was done automatically by "
f"seq2science v{seq2science.__version__} (https://doi.org/10.5281/zenodo.3921913) "
f"seq2science v{seq2science.__version__} (https://doi.org/10.7717/peerj.16380) "
f"using the {args.workflow} workflow."
}

Expand Down

0 comments on commit 17e87fd

Please sign in to comment.