Skip to content

Commit

Permalink
changes in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
cgjosephlee committed Dec 23, 2021
1 parent dd01498 commit eb34408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MitoZ.py
Original file line number Diff line number Diff line change
Expand Up @@ -1946,9 +1946,9 @@ def annotate(bin_annotate_dir=None, annotate_wdir=None, mitoscaf_file=None, MT_a

command += 'cp visualization/circos.png {dest}/{prefix}.circos.png\n'.format(dest=result_wdir, prefix=prefix)

command += 'cp visualization/circos.karyotype.txt {dest}/{prefix}.circos.karyotype.txt\n'.format(dest=result_wdir, prefix=prefix)
# command += 'cp visualization/circos.karyotype.txt {dest}/{prefix}.circos.karyotype.txt\n'.format(dest=result_wdir, prefix=prefix)

command += 'cp visualization/circos.dep {dest}/{prefix}.circos.dep\n'.format(dest=result_wdir, prefix=prefix)
# command += 'cp visualization/circos.dep {dest}/{prefix}.circos.dep\n'.format(dest=result_wdir, prefix=prefix)

runcmd(command)

Expand Down

0 comments on commit eb34408

Please sign in to comment.