-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Not open my vcf file? #108
Comments
@Gon1976 Hi Gonzalo, Lets solve this! It looks like the argument parsing function is throwing an error. Can you send me the compete output you get when running Also, can you try adding the compete filepath to the vcf file in the command? |
I can solve the first warning running powershell as administrator. But still can run viva |
Hi @Gon1976 , Thank you, this is helpful. Are you using 64-bit or 32-bit version of Windows? The second warning (ORCA.jl) should not be affecting the run. We may make changes to replace the deprecated functionality in the future but this shouldn't affect the run currently. I see that when you ran Last, have you tried running the full viva commands to produce plots administrator yet so that the Kaledio package is available for plotting? Or did you only run Thank you, |
Hi George, When I run viva -f myfile.vcf -s pdf -o . the same happened (the windows open and closes after the help message is displayed). The only I can see is "required option --vcf_file was not provided". I try running the full viva command as administrator. No plots were produced. The complete text of the ouput is the same as I send in the print screen image. |
Thanks @Gon1976, Can you try running the same commands using the test VCF file called |
I download the file and the same output message (no output generated) |
I see. I think what's going on here is that when the command is run, the command is not receiving any of the argument inputs. I think this is the case because, when looking back on your output screenshot, I see that when you ran I have a few questions about your set up. Are you running on a personal windows computer or shared server? What version of Windows are you using? Are you using PowerShell or Windows Command Prompt to run the Julia executable? Finally, can you show the output that you receive when you run the following commands to update VariantVisualization.jl:
Thanks, |
I am running in a windows computer (Intel Core i7-7700, 3.6GHz with 32 Gb RAM) with Windows 10 Pro. Updating registry at |
Ok, I'll try to think about reasons that the viva script isn't receiving the command line arguments via argparse. This may be a bit out of my wheelhouse, since it seems like a system configuration issue rather than a bug with VIVA, but we'll get to the bottom of it! Did you add Julia to the PATH using these instructions for Windows 10: https://julialang.org/downloads/platform/ I noticed that when you called |
Hi George |
@Gon1976 No worries! Do you have access to a system admin or support service team in your institution? I think whats going on here is that the command line arguments aren't being passed to the script for some reason. Once you have a proper setup, you should be able to execute viva with the We'll figure this out! |
Hi @Gon1976 , It looks like a bug may have been introduced when the Julia version was updated that affected the select_columns function within the VariantVisualization.jl package. However this shouldn't be causing the described argument parsing issue as long as the package was installed without errors. To be sure, can you update VariantVisualization within the pkg prompt and send me a screenshot or paste of the complete output?
|
I update Variant Visualization: (@v1.7) pkg> update VariantVisualization It's look like Parsers was updated. But I try again test VariantVisualization, and the same errors appears. Gonzalo |
I send the complete output of : test VariantVisualization |
Hi @gtollefson could you see the test output? Do you see the error? Or any new test I can make to solve the problem? |
Hi @gtollefson Gonzalo |
I am also facing the same issue. Could you find a solution? |
No, I dont have answer to my last comments. And I stop to try work with the package |
Hi
I am trying to run viva on windows after intall Julia 1.7.2 .
I launch viva in the powershell with:
viva -f AMvsJJref.vcf -s pdf -o .
After a julia open and load packages, only 1 second after close thw window. I can see the message using PrintScreen and the only I can see after "Finished leading packages!" is "required option --vcf_file was not provided"
My first lines of vcf file are:
V tig00000057_pilon_pilon 165830 165830 1 60 - ttttttttttt tig00000271_pilon_pilon 111839 111850 +
V tig00000057_pilon_pilon 165870 165871 1 60 t c tig00000271_pilon_pilon 111890 111891 +
V tig00000057_pilon_pilon 165903 165905 1 60 tc - tig00000271_pilon_pilon 111923 111923 +
thanks for you support
Gonzalo
The text was updated successfully, but these errors were encountered: