andrewrech / antigen.garnish

Other
45 stars 13 forks source link

Origin/new config #117

Closed leeprichman closed 4 years ago

leeprichman commented 4 years ago
andrewrech commented 4 years ago

(?i)

On Dec 3, 2019, at 4:37 PM, Lee Richman notifications@github.com wrote:

@leeprichman commented on this pull request.

In R/antigen.garnish_run.R:

  • on.exit({setwd(owd)})
  • netMHC parent dir in ag data dir

  • npd <- file.path(dir, "netMHC")
  • if (!dir.exists(npd)) dir.create(npd)
  • get path to scripts

  • setwd(npd)
  • tool_paths <- list.files()
  • f <- lapply(tool_paths, function(i){
  • this pattern could one day break.

  • list.files(i, pattern = "netMHC(II)?(pan)?-?([0-9]\.[0-9])?$",

is there a better way than just [Nn][Ee][Tt][Mm] etc? if not will do that.

— You are receiving this because your review was requested. Reply to this email directly, view it on GitHub, or unsubscribe.