PennLINC / xcpEngine

Official public repository for the XCP Engine. This tool is deprecated in favor of XCP-D and ASLPrep.
MIT License
66 stars 42 forks source link

Fixed ".:" in description, removed redundancy in script and added helpful reminder #407

Closed njheimbach closed 3 years ago

njheimbach commented 3 years ago

Dear PennBBL, please consider accepting my second pull request. Here is what it does:

  1. I fixed my typo with ".:" by moving the "::" into the next line (so it only the "." is visible now).
  2. I removed redundancy in my script ( -B /home/user/data:/data is set before so instead of /home/user/data the use of /data after the bind is enough)
  3. I added the helpful reminder (for beginners like me) that reminds people to create the logs directory in there working directory (/my_working_directory/logs) and to define TMPDIR ($TMPDIR) in order to make the script work
  4. I added the information for the combineOutput script in utils