Skip to content

Commit

Permalink
lib: fix command line to execute Perl script, #TASK-5575, #TASK-5564
Browse files Browse the repository at this point in the history
  • Loading branch information
jtarraga committed Jul 24, 2024
1 parent 642935a commit 8030b02
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,6 @@ public void downloadEnsemblCanonical(Path geneDownloadPath) throws IOException,
// Params
String params = "/opt/cellbase/scripts/ensembl-scripts/" + ensemblCanonicalScript
+ " --species \"" + speciesConfiguration.getId() + "\""
+ " --assembly \"" + assemblyConfiguration.getName() + "\""
+ " --outdir \"" + outputBinding.getValue() + "\"";

// Execute perl script in docker
Expand Down

0 comments on commit 8030b02

Please sign in to comment.