Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #25 from moka-guys/development
Browse files Browse the repository at this point in the history
Update logfile location in wscleaner command
  • Loading branch information
Aled Jones authored Apr 6, 2020
2 parents 8df0aa6 + 19eabb3 commit d747954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscleaner/wscleaner_command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ eval "$(/usr/local/bin/miniconda3/bin/conda shell.bash hook)" # Add conda enviro
conda activate wscleaner

# Set variables
logfile="/home/mokaguys/Documents/automate_demultiplexing_logfiles/wscleaner_logs/$(date -d now +%y%m%d)_wscleaner.log"
logfile="/usr/local/src/mokaguys/automate_demultiplexing_logfiles/wscleaner_logs/$(date -d now +%y%m%d)_wscleaner.log"
runfolders="/media/data3/share"

# Execute
Expand Down

0 comments on commit d747954

Please sign in to comment.