I also have a problem with ReorderSam.
The error I get is: New reference sequence does not contain a matching contig for chr1.
Any help/input appreciated.
Seqanswers Leaderboard Ad
Collapse
Announcement
Collapse
No announcement yet.
X
-
New reference sequence does not contain a matching contig
Hi all,
I am trying to use reordersam and I get the error below. I have already made a reference.dict file using CreateSequenceDictionary.jar , and the dictionary is in the folder I am working from (with the mapping.bam and reference.fasta files), so I do not know what this error is about. Any ideas?
Exception in thread "main" net.sf.picard.PicardException: New reference sequence does not contain a matching contig for s_4_r1(paired)contig1
at net.sf.picard.sam.ReorderSam.buildSequenceDictionaryMap(ReorderSam.java:215)
at net.sf.picard.sam.ReorderSam.doWork(ReorderSam.java:97)
at net.sf.picard.cmdline.CommandLineProgram.instanceMain(CommandLineProgram.java:158)
at net.sf.picard.cmdline.CommandLineProgram.instanceMainWithExit(CommandLineProgram.java:118)
at net.sf.picard.sam.ReorderSam.main(ReorderSam.java:76)
Leave a comment:
-
Originally posted by ulz_peter View Postoh, too late...
Thanks for answering anyway. I found a subsequent error anyway :-).
John.
Leave a comment:
-
The sequence dictionary are those lines in the SAM/BAM file in the header which state what reference names are used and how ling they are. For reordering of the BAM file your old BAM file has to have a valid sequence dictionary in the header ( in SAM they start with the @SQ tag)as the Reorder function only changes the order of the alignments. Only if there is a match between the new reference file and the one of the reference files in the old sequence dictionary it keeps the reads.
So it seems your BAM file doesnt contain any @SQ tags. You could try to output the header only using samtools -H function to see if there are any Reference sequences specified. You could then write the header to a text file using streaming at the command line (something linke samtools -H Bamfile > headerfile) and add the SQ lines.
then merge the header and the old SAM file with the reheader function...
There is definitely a fancier way to do it, but that should work out (in case the SQ tags are the problem)
Leave a comment:
-
Picard and GATK
Dear samtools,
I am using Picard to re-order human chromosomes since GATK is not able to handle different ordering.
GATK advises me to use the Picard utility picard-tools-1.47/ReorderSam.jar
I tried to use issuing;
java -jar /data/results/software/picard-tools-1.47/ReorderSam.jar I=fastq.sorted.bam O=kayrotypic.bam REFERENCE=/data/results/genomes/hg18/hg18.fa
An error message is generated as follows;
[Thu Jun 16 17:11:50 BST 2011] net.sf.picard.sam.ReorderSam INPUT=fastq.sorted.bam OUTPUT=kayrotypic.bam REFERENCE=/data/results/genomes/hg18/hg18.fa ALLOW_INCOMPLETE_DICT_CONCORDANCE=false ALLOW_CONTIG_LENGTH_DISCORDANCE=false TMP_DIR=/tmp/corona VERBOSITY=INFO QUIET=false VALIDATION_STRINGENCY=STRICT COMPRESSION_LEVEL=5 MAX_RECORDS_IN_RAM=500000 CREATE_INDEX=false CREATE_MD5_FILE=false
ERROR 2011-06-16 17:11:50 ReorderSam No reference sequence dictionary found. Aborting.
This confuses me a bit as it says in the documentation that;
“Not to be confused with SortSam which sorts a SAM or BAM file with a valid sequence dictionary, ReorderSam reorders reads in a SAM/BAM file to match the contig ordering in a provided reference file, as determined by exact name matching of contigs. Reads mapped to contigs absent in the new reference are dropped. Runs substantially faster if the input is an indexed BAM file.Version: 1.0”
This states that it does not use a dictionary. In any case, what is this dictionary? How do I get this to work?
I downloaded the hg18.fa from GATK site and indexed with samtools faidx.
Thank you,
John.Tags: None
Latest Articles
Collapse
-
by seqadmin
Metagenomics has improved the way researchers study microorganisms across diverse environments. Historically, studying microorganisms relied on culturing them in the lab, a method that limits the investigation of many species since most are unculturable1. Metagenomics overcomes these issues by allowing the study of microorganisms regardless of their ability to be cultured or the environments they inhabit. Over time, the field has evolved, especially with the advent...-
Channel: Articles
09-23-2024, 06:35 AM -
-
by seqadmin
During the COVID-19 pandemic, scientists observed that while some individuals experienced severe illness when infected with SARS-CoV-2, others were barely affected. These disparities left researchers and clinicians wondering what causes the wide variations in response to viral infections and what role genetics plays.
Jean-Laurent Casanova, M.D., Ph.D., Professor at Rockefeller University, is a leading expert in this crossover between genetics and infectious...-
Channel: Articles
09-09-2024, 10:59 AM -
ad_right_rmr
Collapse
News
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by seqadmin, 10-02-2024, 04:51 AM
|
0 responses
11 views
0 likes
|
Last Post
by seqadmin
10-02-2024, 04:51 AM
|
||
Started by seqadmin, 10-01-2024, 07:10 AM
|
0 responses
19 views
0 likes
|
Last Post
by seqadmin
10-01-2024, 07:10 AM
|
||
Started by seqadmin, 09-30-2024, 08:33 AM
|
0 responses
23 views
0 likes
|
Last Post
by seqadmin
09-30-2024, 08:33 AM
|
||
Started by seqadmin, 09-26-2024, 12:57 PM
|
0 responses
17 views
0 likes
|
Last Post
by seqadmin
09-26-2024, 12:57 PM
|
Leave a comment: