We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I specified . as output directory by --output . It fails
.
--output .
File "/usr/lib/python3.11/shutil.py", line 736, in rmtree os.rmdir(path, dir_fd=dir_fd) OSError: [Errno 22] Invalid argument: '.'
It also deletes the contents of the directory!
$ ls copyNs.txt shortVs.txt $ python rungritic_cmd.py --mutation_table shortVs.txt --copy_number_table copyNs.txt --purity 0.25 \ --sample_id test --output . --wgd_status T # Error here $ ls $
Poor user documentation and software design.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I specified
.
as output directory by--output .
It failsIt also deletes the contents of the directory!
Poor user documentation and software design.
The text was updated successfully, but these errors were encountered: