-
Notifications
You must be signed in to change notification settings - Fork 26
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
Error in VCF format ? #53
Comments
@atourneu my apologies for the delay. Are you still having this issue? If so, can you post the header & first few lines of your VCF? |
I also met this problem, this is my VCF: |
@Cathy94 can you please post the full error message you recieved? Can you also please check what version of vartrix you are using? |
I have generated a VCF using BCFtools on CentOS 7. When calling Vartrix, this VCF is not recognized :
Vartrix error. v1.1.14.
Error: failed to open BCF/VCF from /home/ulb/iribhm/atourneu/variant/ATC_merged.vcf
stack backtrace:
0: failure::backtrace::Backtrace::new
at /root/.cargo/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/internal.rs:44
<failure::backtrace::Backtrace as core::default::Default>::default
at /root/.cargo/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/backtrace/mod.rs:125
1: vartrix::_main
at /root/.cargo/registry/src/github.com-1ecc6299db9ec823/failure-0.1.5/src/error/error_impl.rs:19
2: vartrix::main
at src/main.rs:154
3: std::rt::lang_start::{{closure}}
at /rustc/b8cedc00407a4c56a3bda1ed605c6fc166655447/src/libstd/rt.rs:67
4: main
5: __libc_start_main
6:
If you think this is bug in Vartrix, please file a bug at https://github.com/10xGenomics/vartrix, and include the information above and the command-line you used.
Command line used :
vartrix_linux -v $wdi/ATC_merged.vcf -b $tmp/atc2sn1.bam -f $tmp/genome.fa -c $tmp/atc2sn1.tsv -o $wdi/vartrix --threads $ncores
The text was updated successfully, but these errors were encountered: