We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a140399 commit 7b689eaCopy full SHA for 7b689ea
singlecell/src/org/labkey/singlecell/run/NimbleHelper.java
@@ -737,9 +737,7 @@ public Integer getNumMismatches()
737
private String getVersion(PipelineStepOutput output) throws PipelineJobException
738
{
739
List<String> nimbleArgs = new ArrayList<>();
740
- nimbleArgs.add("/bin/bash");
741
- nimbleArgs.add("-c");
742
- nimbleArgs.add("python3 -m nimble -v > /work/nimbleVersion.txt");
+ nimbleArgs.add("/bin/bash -c 'python3 -m nimble -v' > /work/nimbleVersion.txt");
743
744
runUsingDocker(nimbleArgs, output, null);
745
0 commit comments