Skip to content

Commit

Permalink
Update the path to the test repo
Browse files Browse the repository at this point in the history
  • Loading branch information
vedran-kasalica committed Sep 25, 2024
1 parent 54e6c2e commit 4359a3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mvnbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
pip3 install cwlref-runner
- name: Test CWL generation
run: |
git clone https://github.com/Workflomics/domain-annotations
cd domain-annotations/WombatP_tools
git clone https://github.com/Workflomics/containers
cd containers/domains/proteomics
java -jar ../../target/APE-*-executable.jar ./config.json
cd ./CWL
cwltool --enable-dev --validate candidate_workflow_1.cwl
Expand Down
3 changes: 1 addition & 2 deletions src/main/java/nl/uu/cs/ape/domain/APEDomainSetup.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
import org.json.JSONException;
import org.json.JSONObject;

import lombok.Getter;
import lombok.Setter;
import lombok.extern.slf4j.Slf4j;
import nl.uu.cs.ape.configuration.APECoreConfig;
Expand Down Expand Up @@ -576,7 +575,7 @@ public void localCNF(File satInputFile, SATAtomMappings mappings) throws IOExcep
String encoding = APEUtils.convertCNF2humanReadable(cnfStream, mappings);
cnfStream.close();

APEFiles.write2file(encoding, new File(writeLocalCNF), false);
APEFiles.write2file(encoding, new File(writeLocalCNF), false);
}
}

Expand Down

0 comments on commit 4359a3f

Please sign in to comment.