Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • Viberance
    Member
    • Feb 2015
    • 13

    error in running casava

    I am working with data from MiSeq bcl files, I want to convert it to fastq files using the bcl2fastq.

    below is sample of my data

    [Header]
    IEMFileVersion 4
    Investigator Name XXXXX
    Experiment Name XXXX_plate01_1pool
    Date xx/xx/xxxx
    Workflow GenerateFASTQ
    Application FASTQ Only
    Assay TruSeq LT
    Description Test
    Chemistry Default

    Reads
    250
    250

    [Settings]
    ReverseComplement 0
    Adapter TTTTTTTTTTTTTTT
    AdapterRead2 AAAAAAAAAAAA

    [Data]
    FCID Lane SampleID Sample_Ref index Description Control Recipe Operator Sample_Project
    073388Sm XXXXXXXX
    073389Sm XXXXXXXX
    073390Sm XXXXXXXX
    073391Sm XXXXXXXX
    073392Sm XXXXXXXX
    073393Sm XXXXXXXX
    073394Sm XXXXXXXX
    cont1 XXXXXXXX


    bash-4.1$ /home/Downloads/CASAVA/bin/configureBclToFastq.pl --output-dir /home/Projects/Data/unaligned --input-dir /home/Projects/Data/Intensities/BaseCalls --fastq-cluster-count 0 --sample-sheet /home/Projects/Data/Intensities/BaseCalls/SampleSheet.csv --tiles s_1_* --force --mismatches 1 --ignore-missing-bcl --ignore-missing-stats --use-bases-mask n
    could not find ParserDetails.ini in /home/Downloads/localperl/lib/site_perl/5.20.2/XML/SAX
    [2015-02-24 17:18:02] [configureBclToFastq.pl] INFO: Basecalling software: RTA
    [2015-02-24 17:18:02] [configureBclToFastq.pl] INFO: version: 1.18 (build 54)
    [2015-02-24 17:18:02] [configureBclToFastq.pl] WARNING: Couldn't find run info in /home/Projects/Data/Intensities/BaseCalls/../../../RunInfo.xml
    [2015-02-24 17:18:02] [configureBclToFastq.pl] WARNING: Couldn't find RunInfo.xml for /home/Projects/Data/Intensities/BaseCalls
    [2015-02-24 17:18:02] [configureBclToFastq.pl] INFO: Original use-bases mask: n
    [2015-02-24 17:18:02] [configureBclToFastq.pl] INFO: Guessed use-bases mask: n
    ERROR: Wrong number of fields in sample sheet (expected: 10, got 8: IEMFileVersion,4,,,,,,)
    at /home/Downloads/CASAVA/lib/bcl2fastq-1.8.4/perl/Casava/Demultiplex.pm line 531

    I am running casava for the first time so any help will be appreciated

    Thank you
  • GenoMax
    Senior Member
    • Feb 2008
    • 7142

    #2
    You can use a simplified samplesheet like the example here: http://seqanswers.com/forums/showpos...4&postcount=14

    See the entire thread for additional information.

    Comment

    • Viberance
      Member
      • Feb 2015
      • 13

      #3
      error in running casava

      Hi

      I have seen this thread, it is still not clear to me, by simplified are you saying to remove the run information in top and just keep the values from column FCID and onwards.

      Also in FCID column I have ids and then cont1, cont2 and so on would that be the reason for inconsistent flowcell ID.

      thank you

      Comment

      • GenoMax
        Senior Member
        • Feb 2008
        • 7142

        #4
        You can manually create a Samplesheet.csv file (you can name the file anything, it has to be in comma separated value (CSV) format)) that exactly looks like the example I linked above.

        That example contains the minimum information you need to convert BCL files to fastq when de-multiplexing your samples. You will need to grab the last part of the flowcell ID from the folder name (e.g. 000000000-ADB2U).
        Last edited by GenoMax; 02-25-2015, 04:46 AM.

        Comment

        • Viberance
          Member
          • Feb 2015
          • 13

          #5
          my FCID look like this
          073388Sm
          073389Sm
          073390Sm
          073391Sm
          073392Sm
          073393Sm
          073394Sm
          cont1

          if this is not correct where should I look for it

          Thanks

          Comment

          • GenoMax
            Senior Member
            • Feb 2008
            • 7142

            #6
            Those must be your sample ID's. The Samplesheet.csv file that is contained in the raw data folder does not have the Flowcell ID in the file.

            Did you get the complete raw data folder from your sequence provider? It should have a date stamp as the starting name (http://support.illumina.com/help/Seq...FileNaming.htm).

            Comment

            • Viberance
              Member
              • Feb 2015
              • 13

              #7
              This is how I have it now

              [Header]
              IEMFileVersion 4
              Investigator Name
              Experiment Name
              Date 0/00/2015
              Workflow GenerateFASTQ
              Application FASTQ Only
              Assay TruSeq LT
              Description Test
              Chemistry Default

              [Reads]
              250
              250

              [Settings]
              ReverseComplement 0
              Adapter
              AdapterRead2

              [Data]
              FCID Lane Sample_ID SampleRef index Description Control Recipe Operator SampleProject
              000000000-ADBFK 070008Sm xxxxxxxx
              000000000-ADBFK 070009Sm xxxxxxxx
              000000000-ADBFK 070010Sm xxxxxxxx
              000000000-ADBFK 070011Sm xxxxxxxx
              000000000-ADBFK 070012Sm xxxxxxxx
              000000000-ADBFK 070013Sm xxxxxxxx
              000000000-ADBFK 070014Sm xxxxxxxx
              000000000-ADBFK cont1 xxxxxxxx
              000000000-ADBFK 070016Sm xxxxxxxx
              000000000-ADBFK 070017Sm xxxxxxxx

              I am still getting this error

              /home/CASAVA/bin/configureBclToFastq.pl --output-dir /home/unaligned --input-dir /home/DevelopmentRun1/Data/Intensities/BaseCalls --fastq-cluster-count 0 --sample-sheet /home/DevelopmentRun1/SampleSheet1.csv --tiles s_1_* --force --mismatches 1 --ignore-missing-bcl --ignore-missing-stats --use-bases-mask n
              could not find ParserDetails.ini in /home/localperl/lib/site_perl/5.20.2/XML/SAX
              [2015-02-25 10:38:57] [configureBclToFastq.pl] INFO: Basecalling software: RTA
              [2015-02-25 10:38:57] [configureBclToFastq.pl] INFO: version: 1.18 (build 54)
              [2015-02-25 10:38:57] [configureBclToFastq.pl] INFO: Original use-bases mask: n
              [2015-02-25 10:38:57] [configureBclToFastq.pl] INFO: Guessed use-bases mask: n,IIIIIIIn,yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
              ERROR: FlowCell ID is inconsistent across Sample Sheet lines. Expected: 'Casava:emultiplex::SampleSheet::Csv=HASH(0x2f16e80)->flowCellId()', got Investigator Name
              at /home/CASAVA/lib/bcl2fastq-1.8.4/perl/Casava/Demultiplex.pm line 531

              Thank you for the kind help

              Comment

              • GenoMax
                Senior Member
                • Feb 2008
                • 7142

                #8
                Is this a 1D or 2D barcode run?

                Comment

                • GenoMax
                  Senior Member
                  • Feb 2008
                  • 7142

                  #9
                  Your samplesheet (if this is a 1D run) needs to look like this:

                  Code:
                  FCID,Lane,Sample_ID,SampleRef,index,Description,Control,Recipe,Operator,SampleProject
                  000000000-ADBFK,1,073388Sm,no_ref,PUT_TAG_SEQ_HERE,NA,N,NA,NA,
                  000000000-ADBFK,1,073389Sm,no_ref,PUT_TAG_SEQ_HERE,NA,N,NA,NA,
                  000000000-ADBFK,1,073390Sm,no_ref,PUT_TAG_SEQ_HERE,NA,N,NA,NA,
                  000000000-ADBFK,1,073391Sm,no_ref,PUT_TAG_SEQ_HERE,NA,N,NA,NA,
                  and so on
                  The samplesheet that you are using is needed if you were using MiSeq reporter to do the analysis.
                  Last edited by GenoMax; 02-25-2015, 09:09 AM.

                  Comment

                  • Viberance
                    Member
                    • Feb 2015
                    • 13

                    #10
                    its a 2D run and now my sample sheet looks like this:

                    FCID,Lane,Sample_ID,SampleRef,index,Description,Control,Recipe,Operator,SampleProject
                    000000000-ADBFK,1,070008Sm,,CGCCCGCC-AAAAAAAA,,N,,,
                    000000000-ADBFK,1,070009Sm,,CGCCCGCC-AAAAAAAA,,N,,,
                    000000000-ADBFK,1,070000Sm,,CGCCCGCC-AAAAAAAA,,N,,,
                    000000000-ADBFK,1,070011Sm,,CGCCCGCC-AAAAAAAA,,N,,,
                    000000000-ADBFK,1,070012Sm,,CGCCCGCC-AAAAAAAA,,N,,,
                    000000000-ADBFK,1,070013Sm,,CGCCCGCC-AAAAAAAA,,N,,,

                    /home/CASAVA/bin/configureBclToFastq.pl --output-dir /home/DevelopmentRun1/unaligned --input-dir /home/DevelopmentRun1/Data/Intensities/BaseCalls --fastq-cluster-count 0 --sample-sheet /home/DevelopmentRun1/SampleSheet1.csv --tiles s_1_* --force --mismatches 1 --ignore-missing-bcl --ignore-missing-stats --use-bases-mask n
                    could not find ParserDetails.ini in /home/Downloads/localperl/lib/site_perl/5.20.2/XML/SAX
                    [2015-02-25 15:00:14] [configureBclToFastq.pl] INFO: Basecalling software: RTA
                    [2015-02-25 15:00:14] [configureBclToFastq.pl] INFO: version: 1.18 (build 54)
                    [2015-02-25 15:00:14] [configureBclToFastq.pl] INFO: Original use-bases mask: n
                    [2015-02-25 15:00:14] [configureBclToFastq.pl] INFO: Guessed use-bases mask: n,IIIIIIIn,yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
                    [2015-02-25 15:00:14] [configureBclToFastq.pl] ERROR: barcode ACGCATGGATGACTGG for lane 1 has length 16: expected barcode lenth (including delimiters) is 7
                    [2015-02-25 15:00:14] [configureBclToFastq.pl] BACKTRACE: at /home/Downloads/CASAVA/lib/bcl2fastq-1.8.4/perl/Casava/Demultiplex.pm line 553
                    Casava:emultiplex::loadSampleSheet('Casava:emultiplex=HASH(0x20f1498)') called at /home/Downloads/CASAVA/bin/configureBclToFastq.pl line 427
                    Died at /home/Downloads/CASAVA/lib/bcl2fastq-1.8.4/perl/Casava/Common/Log.pm line 310

                    I have tried to change the --use-bases-mask to different I settings as well but none of them seems to work

                    Comment

                    • GenoMax
                      Senior Member
                      • Feb 2008
                      • 7142

                      #11
                      Use this base mask (if you have 8 bp tags).
                      Code:
                      --use-bases-mask Y*,I8,I8,Y*
                      or you could completely omit that option and bcl2fastq will guess the correct values from RunInfo.xml file.

                      I hope you have separate tags for each sample since giving identical tags to all samples is not going to separate any samples.

                      Comment

                      • Viberance
                        Member
                        • Feb 2015
                        • 13

                        #12
                        It worked but I don't see a Demultiplex_Stats File and DemultiplexedBustardSummary.xml. Looks like it is putting everything in Undetermined _indices.

                        Comment

                        • Viberance
                          Member
                          • Feb 2015
                          • 13

                          #13
                          I have it working now thank you for all the guidance.

                          Comment

                          • GenoMax
                            Senior Member
                            • Feb 2008
                            • 7142

                            #14
                            Great. All of your output files should be in the "Unaligned/Basecall_Stats*" and "Unaligned/Project_*" directories. Undetermined pile of sequences goes into "Undetermined_indices" directory.

                            Comment

                            • Viberance
                              Member
                              • Feb 2015
                              • 13

                              #15
                              yes that's where they are thank you!

                              Comment

                              Latest Articles

                              Collapse

                              • SEQadmin2
                                Proteomic Platforms: How to Choose the Right Analytical Strategy to Improve Detection and Clinical Applications
                                by SEQadmin2


                                Proteomics platforms are evolving rapidly, with advances in mass spectrometry and affinity-based approaches expanding what researchers can detect and at what scale. As the field moves toward deeper proteome coverage and clinical applications, scientists face an increasingly complex landscape of tools. This article will explore how researchers are navigating these choices to find the right platform for their work.

                                The systematic characterization of the human proteome has
                                ...
                                07-20-2026, 11:48 AM
                              • SEQadmin2
                                Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
                                by SEQadmin2



                                Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
                                ...
                                07-09-2026, 11:10 AM
                              • SEQadmin2
                                Cancer Drug Resistance: The Lingering Barrier to Rising Survival
                                by SEQadmin2



                                Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

                                There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
                                07-08-2026, 05:17 AM

                              ad_right_rmr

                              Collapse

                              News

                              Collapse

                              Topics Statistics Last Post
                              Started by SEQadmin2, Today, 11:41 AM
                              0 responses
                              9 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-20-2026, 11:10 AM
                              0 responses
                              23 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-13-2026, 10:26 AM
                              0 responses
                              35 views
                              0 reactions
                              Last Post SEQadmin2  
                              Started by SEQadmin2, 07-09-2026, 10:04 AM
                              0 responses
                              45 views
                              0 reactions
                              Last Post SEQadmin2  
                              Working...