Skip to content

Commit

Permalink
Add quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
drpatelh committed Mar 11, 2020
1 parent 9d780ee commit e556636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextflow.config
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ conda { createTimeout = "60 min" }
// Export these variables to prevent local Python/R libraries from conflicting with those in the container
env {
PYTHONNOUSERSITE = 1
R_PROFILE_USER = ~/.Rprofile
R_PROFILE_USER = "~/.Rprofile"
}

// Capture exit codes from upstream processes when piping
Expand Down

0 comments on commit e556636

Please sign in to comment.