Skip to content

Commit

Permalink
Merge pull request #25 from pditommaso/master
Browse files Browse the repository at this point in the history
Fix IOException issue on Mac
  • Loading branch information
golobor authored May 8, 2017
2 parents 393bf56 + f6aa5d2 commit 5cd2893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion distiller.nf
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ process merge_stats_runs_into_libraries {

process filter_make_pairs {
tag "library:${library}"
publishDir path:'/', mode:"copy", saveAs: {
publishDir path:'.', mode:"copy", saveAs: {
if( it.endsWith('.nodups.pairs.gz' ))
return getOutDir("pairs_library") +"/${library}.nodups.pairs.gz"

Expand Down

0 comments on commit 5cd2893

Please sign in to comment.