lgatto / rpx

R Interface to the ProteomeXchange Repository
http://lgatto.github.io/rpx/
4 stars 2 forks source link

add destdir to pxget #1

Closed sgibb closed 7 years ago

sgibb commented 7 years ago

Dear Laurent,

this PR adds an destdir argument to pxget to avoid downloading the files into the current working directory or the additional setwd calls. The default is destdir = getwd() so nothing really changed.

Best wishes,

Sebastian

codecov-io commented 7 years ago

Current coverage is 95.74% (diff: 100%)

Merging #1 into master will increase coverage by 0.03%

@@             master         #1   diff @@
==========================================
  Files             3          3          
  Lines           140        141     +1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            134        135     +1   
  Misses            6          6          
  Partials          0          0          

Powered by Codecov. Last update e58860d...4095643