You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bioproject/{{ cookiecutter.project_slug }}/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ These has been kept to a minimum, but required are still:
10
10
11
11
-`WDIR`: The path to the actual working directory (where intermediate files will be stored).
12
12
-`SMK_PROFILE`: Name of (or path to) a working [snakemake profile](https://snakemake.readthedocs.io/en/stable/executing/cli.html#profiles).
13
-
-`RESULTSDIR`: Technically not needed (can be left as `./`). In case output files are defined (under RFS), these are kept in sync in this directory. Idea is to have a low-weight 'end result' directory. That can easily be shared.
13
+
-`RESULTSDIR`: Technically not needed (can be left as `./`). In case output files are defined (under RFS), these are kept in sync in this directory. Idea is to have a low-weight 'end result' directory. That can easily be shared. Note that the actual results directory will be created inside RESULTSDIR and will be named `Results_{{ cookiecutter.project_slug }}`.
0 commit comments