Skip to content

Commit

Permalink
docs: add details to warning message for unknown platform
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Dec 31, 2024
1 parent 442b6cb commit 2a8bc5b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charlie
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,9 @@ function main(){
TEMP_DIR="/exports/eddie/scratch/$USER"
else
CLUSTER_PROFILE="config/unknown"
echo """WARNING: detected platform is $PLATFORM. Please edit the files in $CLUSTER_PROFILE & config.yaml for compatibility with your computing environment
echo """WARNING: detected platform is $PLATFORM.
Please edit the files in $CLUSTER_PROFILE & config.yaml for compatibility with your computing environment.
Also, make sure Singularity, Snakemake $SNAKEMAKEVERSION, Python $PYTHONVERSION, and pandas are installed.
"""
fi
export PLATFORM CLUSTER_PROFILE PARTITION EXTRA_SINGULARITY_BINDS CONDA_ACTIVATE MODULE_LOAD TEMP_DIR REFS_DIR
Expand Down

0 comments on commit 2a8bc5b

Please sign in to comment.