Skip to content

Commit

Permalink
#77 Found what was creating that orphaned /sources/ directory
Browse files Browse the repository at this point in the history
  • Loading branch information
josiahseaman committed Jan 14, 2019
1 parent 3c7b4f1 commit 0ff9afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DDV/fluentdna.py
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ def main():
if args.quick:
args.output_dir = os.path.dirname(
os.path.abspath(args.fasta)) # just place the image next to the fasta
elif not args.chain_file:
elif not args.chain_file and not args.run_server:
args.output_dir = base_path
make_output_directory(base_path)

Expand Down

0 comments on commit 0ff9afa

Please sign in to comment.