Skip to content
Snippets Groups Projects

update the converter

Merged Marek Ostaszewski requested to merge code_update into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -33,7 +33,7 @@ get_casq_sif <- function(map_address, project_id, this_model_id) {
### Change the default name of the downloaded file to the model_id
system(paste0("mv model.xml ", this_model_id, ".xml"))
### Run casq
### Run casq (no path)
message("get_casq_sif - call casq")
system(paste0("casq -s ", this_model_id, ".xml"))
Loading