Changes

From Genome Analysis Wiki
Jump to navigationJump to search
925 bytes added ,  10:50, 2 March 2015
Line 56: Line 56:     
== Variant Calling Pipeline FAQs ==
 
== Variant Calling Pipeline FAQs ==
 +
; make<nowiki>: *** [outdir/vcfs/chr20/chr20.hardfiltered.vcf.gz.OK] Error 1</nowiki>
 +
: Check the log file at: <code>outdir/vcfs/chr20/chr20.hardfiltered.sites.vcf.summary.log</code>
 +
: If it says:
 +
:: '''[tabix] the index file either does not exist or is older than the vcf file. Please reindex.<br />ERROR: vcf-summary, failed to open ''/path/to/refVcf.vcf.gz'', exit code: 1'''
 +
: It means that your VCF file is newer than the associated index (.tbi) file.
 +
:* If you are using a downloaded set of reference files, and the time stamps are similar, you just need to mark the .tbi file as newer (replace with the correct .tbi file):
 +
:** <code>touch ''/path/to/refVcf.vcf.gz.tbi''</code>
 +
:* If you are using your own reference files, and you think your vcf file is newer than your .tbi file, regenerate the .tbi file using (replace with the correct .vcf.gz file):
 +
:** <code>gotcloud/bin/tabix -f /path/to/refVcf.vcf.gz</code>
 +
 +
 
=== Targetted/Exome ===
 
=== Targetted/Exome ===
 
; Exiting due to ERROR<nowiki>:</nowiki><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INVALID_SORT<nowiki>:</nowiki> ERROR<nowiki>:</nowiki> File is not coordinate sorted at record 1003<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PreviousRecord was 1<nowiki>:</nowiki>15347, but this record is 1<nowiki>:</nowiki>15328
 
; Exiting due to ERROR<nowiki>:</nowiki><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;INVALID_SORT<nowiki>:</nowiki> ERROR<nowiki>:</nowiki> File is not coordinate sorted at record 1003<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;PreviousRecord was 1<nowiki>:</nowiki>15347, but this record is 1<nowiki>:</nowiki>15328
Line 77: Line 88:  
::::20299969
 
::::20299969
 
::::20299994
 
::::20299994
 +
    
=== Does Not Run ===
 
=== Does Not Run ===

Navigation menu