Skip to content

Commit

Permalink
Merge pull request #54 from Kalan-Lab/raufs-patch-1
Browse files Browse the repository at this point in the history
Update ZOL
  • Loading branch information
raufs authored Nov 26, 2023
2 parents 8490adb + fff0754 commit 2d4081e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docker/ZOL
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,10 @@ if __name__ == '__main__':
across homologous/orthologous gene-cluster instance.
- abon: assess the novelty/conservation of the BGC-ome of a sample against some database of alternate/target genomes.
- atpoc: assess the similarity/conservation of the temperate phage-ome of a sample against some database of alternate/target genomes.
- apos: assess the similarity/conservation of the plasmid-ome of a sample against some database of alternate/target genomes.
- atpoc: assess the similarity/conservation of the temperate phage-ome of a sample against some database of
alternate/target genomes.
- apos: assess the similarity/conservation of the plasmid-ome of a sample against some database of
alternate/target genomes.
Usage examples:
Expand All @@ -74,10 +76,10 @@ if __name__ == '__main__':
with a backslash. E.g.:
./run_ZOL.sh abon -tg Bacillales_Reps_prepTG_Database/ -a Bsubtilis_st168_antiSMASH_Results/ \
-g Bsubtilis_st168_GECCO_Results/ -o abon_Results/ -c 20 \
-fo \\"-kpm 0.75 -kpe 1e-10 -e 1e-10 -m 0.5 -dm -sct 0.6\\"
-g Bsubtilis_st168_GECCO_Results/ -o abon_Results/ -c 20 \
-fo \\"-kpm 0.75 -kpe 1e-10 -e 1e-10 -m 0.5 -dm -sct 0.6\\"
""")
else:
os.system(' '.join([x.replace('"', '\\"').replace("'", "\\'") for x in args]))
os.system(' '.join([x.replace('"', '\\"').replace("'", "\\'") for x in args]))

0 comments on commit 2d4081e

Please sign in to comment.