Seqanswers Leaderboard Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • blanco
    replied
    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.

    Leave a comment:


  • evolgen
    replied
    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:


  • poisson200
    replied
    Originally posted by ulz_peter View Post
    oh, too late...
    Hi Peter.
    Thanks for answering anyway. I found a subsequent error anyway :-).

    John.

    Leave a comment:


  • ulz_peter
    replied
    oh, too late...

    Leave a comment:


  • ulz_peter
    replied
    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:


  • poisson200
    replied
    Answer is...

    Use CreateSequenceDictionary.jar

    Leave a comment:


  • poisson200
    started a topic Picard and GATK

    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.

Latest Articles

Collapse

  • seqadmin
    Pathogen Surveillance with Advanced Genomic Tools
    by seqadmin




    The COVID-19 pandemic highlighted the need for proactive pathogen surveillance systems. As ongoing threats like avian influenza and newly emerging infections continue to pose risks, researchers are working to improve how quickly and accurately pathogens can be identified and tracked. In a recent SEQanswers webinar, two experts discussed how next-generation sequencing (NGS) and machine learning are shaping efforts to monitor viral variation and trace the origins of infectious...
    03-24-2025, 11:48 AM
  • seqadmin
    New Genomics Tools and Methods Shared at AGBT 2025
    by seqadmin


    This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

    The Headliner
    The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
    03-03-2025, 01:39 PM

ad_right_rmr

Collapse

News

Collapse

Topics Statistics Last Post
Started by seqadmin, 03-20-2025, 05:03 AM
0 responses
41 views
0 reactions
Last Post seqadmin  
Started by seqadmin, 03-19-2025, 07:27 AM
0 responses
50 views
0 reactions
Last Post seqadmin  
Started by seqadmin, 03-18-2025, 12:50 PM
0 responses
38 views
0 reactions
Last Post seqadmin  
Started by seqadmin, 03-03-2025, 01:15 PM
0 responses
192 views
0 reactions
Last Post seqadmin  
Working...