Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    ahh!!! right!! It worked!!

    Comment


    • #17
      thank you!

      Comment


      • #18
        Originally posted by prisnirath View Post
        this is the format of my txt MID file
        Go for something like this:

        Code:
        MyMIDs
        {
            mid = "MID01", ACGAGTGCGTGTAGCGCGACGGCCAGT, 2;
            mid = "MID02", ACGAGTGCGTCAGGGCGCAGCGATGAC, 2;
            mid = "MID03", ACGCTCGACAGTAGCGCGACGGCCAGT, 2;
            mid = "MID04", ACGCTCGACACAGGGCGCAGCGATGAC, 2;
            mid = "MID05", AGACGCACTCGTAGCGCGACGGCCAGT, 2;
            mid = "MID05", AGACGCACTCCAGGGCGCAGCGATGAC, 2;
            mid = "MID06", AGCACTGTAGGTAGCGCGACGGCCAGT, 2;
            mid = "MID07", AGCACTGTAGCAGGGCGCAGCGATGAC, 2;
        }
        .. change the names and/or mismatches to whatever is approbiate ..

        hth,
        Sven

        Comment


        • #19
          One more question Sven..

          After executing this::
          sfffile -s GSMIDs -mcf File2.txt -o reg1 GGDP4G001.sff >MIDyieldR1.txt
          I got some MID sorted SFF files.
          Next step is trimming off the MIDs.
          when I am trying to do that on a single line command.... it shows error!

          sfffile -s GSMIDs -mcf File2.txt -t -o reg1 GGDP4G001.sff >MIDyieldR1.txt
          Error: Unable to open accno/trim file: -o

          Comment


          • #20
            what is a typical format of trim file?? I want to trim off my MIDs

            Comment


            • #21
              Originally posted by prisnirath View Post
              One more question Sven..

              After executing this::

              I got some MID sorted SFF files.
              Next step is trimming off the MIDs.
              when I am trying to do that on a single line command.... it shows error!
              'sfffile' splits the input SFFs according to their MIDs. It also shifts the trimpoints in the sff file accordingly. So if you use e.g. 'sffinfo' to extract the sequences (or sff2fastq), then it will skip the MID sequence. Offsets are shifted from 5 (key sequence) to something around 14 ...

              There's no need to extra trim your MIDs ... :-)

              Comment


              • #22
                right! bt i need my final MID trimmed file in sff format...
                I haven't yet explored sffinfo but sff2fastq appears to be extracting fastq files from sff files.

                Comment


                • #23
                  Originally posted by prisnirath View Post
                  right! bt i need my final MID trimmed file in sff format...
                  I haven't yet explored sffinfo but sff2fastq appears to be extracting fastq files from sff files.
                  -> you get SFF (sfffile outputs just SFF)

                  If you don't need another format, fine :-) You now have all you need ..

                  Comment


                  • #24
                    thank you

                    Comment


                    • #25
                      In the midconfig.parse file, does anybody know what the default values are for the number of mismatches allowed in each MID?

                      Comment


                      • #26
                        Originally posted by GraemeFox View Post
                        In the midconfig.parse file, does anybody know what the default values are for the number of mismatches allowed in each MID?
                        For standard titanium, have a look at the number just before the ';', e.g. 2

                        Code:
                        TITANIUM
                        {
                                mid = "1", "ACGAGTGCGT", 2;
                                mid = "2", "ACGCTCGACA", 2;
                        }
                        For RapidLibs have a look at the number in the middle, e.g. 1

                        Code:
                        RLMIDs
                        {
                                mid = "RL1",   "ACACGACGACT", 1, "AGTCGTGGTGT";
                                mid = "RL2",   "ACACGTAGTAT", 1, "ATACTAGGTGT";
                        }
                        Also have a look at the docs, "4.7.2 The MIDConfig.parse File".

                        Sven

                        Comment

                        Latest Articles

                        Collapse

                        • seqadmin
                          Essential Discoveries and Tools in Epitranscriptomics
                          by seqadmin




                          The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
                          04-22-2024, 07:01 AM
                        • seqadmin
                          Current Approaches to Protein Sequencing
                          by seqadmin


                          Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
                          04-04-2024, 04:25 PM

                        ad_right_rmr

                        Collapse

                        News

                        Collapse

                        Topics Statistics Last Post
                        Started by seqadmin, Today, 11:49 AM
                        0 responses
                        12 views
                        0 likes
                        Last Post seqadmin  
                        Started by seqadmin, Yesterday, 08:47 AM
                        0 responses
                        16 views
                        0 likes
                        Last Post seqadmin  
                        Started by seqadmin, 04-11-2024, 12:08 PM
                        0 responses
                        61 views
                        0 likes
                        Last Post seqadmin  
                        Started by seqadmin, 04-10-2024, 10:19 PM
                        0 responses
                        60 views
                        0 likes
                        Last Post seqadmin  
                        Working...
                        X