-
Notifications
You must be signed in to change notification settings - Fork 6
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
sav concat commend #34
Comments
The first error is because the export sub command defaults to VCF as the default file format (while import defaults to SAV). You can add I believe your second error was fixed with 82fb576, which isn't in the latest release. Building the latest from the master branch should resolve this. |
I was able to resolve the first error using the method you mentioned. However, I still haven’t been able to solve the second error. The version I installed is 2.1.0 Isn’t this the latest version? I installed it using the following command: conda install -c conda-forge -c bioconda savvy $sav --version
sav v2.1.0 |
The bug fix is NOT in the latest version. Until another release is made, you will need to install the latest commit to the master branch of the Git repo. The easiest way of doing this on Linux is to install |
I’m currently using the test VCF file you provided to create SAV files for chromosomes 18 and 20, and I encountered some issues when trying to concatenate the two SAV files.
Attempt 1:
I used the following commands to create the SAV files:
However, when running the concat command, I received the following error:
Could you help me understand why chr18.sav is not recognized as a SAV v2 file?
Attempt 2:
I tried an alternative approach using the following commands:
This time, I received a different error:
When I inspect the headers using the sav
head
command, they appear to be identical. Could you provide any insight into why this issue occurs and how I might resolve it?The text was updated successfully, but these errors were encountered: