Replies: 1 comment
-
I have the same problem with you. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
cnvkit.py diagram -s 002.Sample.cns 002.Sample.cnr
Traceback (most recent call last):
File "/home/aclab/local/Python-3.12.1/bin/cnvkit.py", line 8, in
sys.exit(main())
^^^^^^
File "/home/aclab/code/cnvkit/cnvlib/cnvkit.py", line 10, in main
args.func(args)
File "/home/aclab/code/cnvkit/cnvlib/commands.py", line 1365, in _cmd_diagram
cnarr or segarr, args.sample_sex, args.male_reference, args.diploid_parx_genome
^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Namespace' object has no attribute 'diploid_parx_genome'
Beta Was this translation helpful? Give feedback.
All reactions