You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can, or should I run these methods on a set of input files?
Previously I was running the below, but I have tried this and I don't get new style NeXML with cmphy namespace, edits and lookups:
#where ls.txt contains a list of input image files+paths to them, one per line
while read i ; do timeout 60s mvn exec:java -Dexec.mainClass='org.xmlcml.ami2.plugins.phylotree.RunPhylo' -Dexec.args=''"$i"' 50-output/'"$i"'' -e -X | tee $i.log ; done <ls.txt
I guess, I need to either amend RunPhylo, or exec a totally different java file?
The text was updated successfully, but these errors were encountered:
How can, or should I run these methods on a set of input files?
Previously I was running the below, but I have tried this and I don't get
new style NeXML with cmphy namespace, edits and lookups:
#where ls.txt contains a list of input image files+paths to them, one per line
while read i ; do timeout 60s mvn exec:java -Dexec.mainClass='org.xmlcml.ami2.plugins.phylotree.RunPhylo' -Dexec.args=''"$i"' 50-output/'"$i"'' -e -X | tee $i.log ; done <ls.txt
I guess, I need to either amend RunPhylo, or exec a totally different java
file?
—
Reply to this email directly or view it on GitHub #53.
Peter Murray-Rust
Reader in Molecular Informatics
Unilever Centre, Dep. Of Chemistry
University of Cambridge
CB2 1EW, UK
+44-1223-763069
When I run
I can see exciting new NeXML output for one file / set of tests, output to this path:
How can, or should I run these methods on a set of input files?
Previously I was running the below, but I have tried this and I don't get new style NeXML with cmphy namespace, edits and lookups:
I guess, I need to either amend RunPhylo, or exec a totally different java file?
The text was updated successfully, but these errors were encountered: