Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • apfejes
    Senior Member
    • Feb 2008
    • 236

    #46
    That Error, I am familiar with. It means you've either given it an invalid output directory, or do not have permissions to write to that location. You'll either have to check the output directory you've provided to make sure it exists (it will not be created, if it does not exist), or to make sure that the the permissions are correct and you are allowed to write to the directory you have specified.
    The more you know, the more you know you don't know. —Aristotle

    Comment

    • genbio64
      Member
      • Dec 2009
      • 42

      #47
      That's off b/c all of the file permission are fine. When I run the command the log file is created but is empty. Could I use the BowtietoBed.jar command instead, even though my data is not paired end reads?

      cheers,

      Comment

      • apfejes
        Senior Member
        • Feb 2008
        • 236

        #48
        Well, I'm not sure what the problem is, then. I haven't ever seen that error being given for any other reasons than the ones I've suggested. If you could cut and paste a few lines before the error occurs, maybe I can figure this out.

        As for using BowtietoBed, the whole suite of tools uses the same underlying log file code, so if it's not working for one, it probably won't work for any of them.

        That said, you could try to use it with the -noflag option, and is might work - I haven't tested it under those conditions, so I can't guarantee it.

        Anthony
        The more you know, the more you know you don't know. —Aristotle

        Comment

        • miltron
          Junior Member
          • May 2010
          • 3

          #49
          Hi Anthony.
          First of all, thanks so much for providing support for Convert To BED and other algorithm's over here.

          I also came across the error above, and indeed it was a permissions issue. Somehow the folders in my Vancouver package extraction were "read only", so this discussion has already been very helpful to me.

          I have another question; Is there a way to make ConvertToBED output to a single file instead of a separate file for each chromosome?

          Thanks!
          Miltron / Erna Magnúsdóttir, University of Cambridge

          Comment

          • apfejes
            Senior Member
            • Feb 2008
            • 236

            #50
            Hi Miltron,

            Unfortunately, there isn't. This is simply because it was the easiest way to do the sorting required by other applications in my suite, back when the standard alignment formats weren't guaranteed to be anywhere near sorted by chromosome or position.

            However, combining all of the beds back together is a simple matter of unzipping and concattenating the files:

            gunzip *.gz
            cat *.bed > output
            mv output allchr.bed

            Cheers,

            Anthony
            The more you know, the more you know you don't know. —Aristotle

            Comment

            • Anou
              Junior Member
              • Jul 2010
              • 2

              #51
              textfile to gff/gbk

              Hi everyone,

              I have a nucleotide sequence of taro (26S to 18S Intergenic Spacer from taro (Colocasia esculenta). It was analysed by a student so its just a textfile and not published in ncbi or similar websites yet. I need it in gff or gbk format. Any idea how to convert it?

              Regards, Anja

              Comment

              • apfejes
                Senior Member
                • Feb 2008
                • 236

                #52
                I doubt there are any generic "text file to *" converters out there. If the text file had a format such as bed, we might be able to point you in the right direction.

                for the moment, your best bet is to write your own converter - and hope that you haven't lost a lot of information that you'd need to complete the gff format requirements - or to track down the original files of the sequencing/aligning results.
                The more you know, the more you know you don't know. —Aristotle

                Comment

                • Anou
                  Junior Member
                  • Jul 2010
                  • 2

                  #53
                  thanks
                  i got it now in gbk and fasta. unfortunatelly i couldnt convert it to gff/gff3. i tried the perl script bp_genbank2gff3.pl... but got this error:

                  # Input: taro.gbk

                  ------------- EXCEPTION: Bio::Root::Exception -------------
                  MSG: asking for tag value that does not exist organism
                  STACK: Error::throw
                  STACK: Bio::Root::Root::throw /usr/local/share/perl/5.10.1/Bio/Root/Root.pm:368
                  STACK: Bio::SeqFeature::Generic::get_tag_values /usr/local/share/perl/5.10.1/Bio/SeqFeature/Generic.pm:517
                  STACK: main::gff_header /usr/local/bin/bp_genbank2gff3.pl:895
                  STACK: /usr/local/bin/bp_genbank2gff3.pl:406

                  does anyone know what that means?

                  Comment

                  • rani128
                    Junior Member
                    • Apr 2011
                    • 1

                    #54
                    Format conversion

                    Hello sir,

                    I want to convert the fasta sequence that I have to GFF format. Please help me , how should I convert it......

                    Comment

                    • pd
                      Member
                      • Jan 2010
                      • 17

                      #55
                      perl scripts for conversion of bowtie output to .gff and .wig files

                      Originally Posted by graveley View Post
                      Dear Yogesh,

                      We do this by writing a perl script that reads in the alignment information and writes a new file in the appropriate format. I would send you what we use, but we do not use export.txt files. We are currently doing alignments with Bowtie and then converting the output to .gff and .wig files.

                      Brent

                      Hi Brent,
                      I would really appreciate it if you can send me the perl scripts for conversion of bowtie output to .gff and .wig files.
                      my e-mail: [email protected]

                      Thank you
                      Parveen Dabas

                      Comment

                      • diya
                        Member
                        • Nov 2010
                        • 11

                        #56
                        bed to wig format

                        Hi,

                        I am looking for some tool which can convert the bed files to wig files or bowtie output to directly wig format?

                        Thanks,

                        Diya

                        Comment

                        • dzavallo
                          Member
                          • Apr 2011
                          • 16

                          #57
                          bowtie output file

                          Hi, I have a question about bowtie output.
                          I have to converte the output file to .gff in order to use it in the GBrowser.
                          Is there a way to convert .sam to .gff directly?

                          The output file in bowtie only give the first coordinate of the mapping, but .gff file require both.
                          (Chr2 20000 20021) if it was the case of a miRNA for example

                          Does anyone know if bowtie have that output option?

                          Thanks!

                          Diego

                          Comment

                          • inesdesantiago
                            Member
                            • Jan 2009
                            • 44

                            #58
                            You could also use GenomeIntervals2BED.py script available within the SeqGI framework.
                            Have a look: http://seqgi.sourceforge.net/Genomeintervals2bed.html

                            Comment

                            Latest Articles

                            Collapse

                            • 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
                            • GATTACAT
                              Reply to Nine Things a Sample Prep Scientist Thinks About Before Sequencing
                              by GATTACAT
                              Love this - good data definitely starts from good input, and poor input can only give relatively poor data. I particularly like the mention of Nanodrop/absorbance based methods for quantification. It's such a toss up if you'll get an accurate reading or what amounts to a randomly generated number, and a lot of library/sequencing related issues can be traced back to poor quant.
                              07-01-2026, 11:43 AM

                            ad_right_rmr

                            Collapse

                            News

                            Collapse

                            Topics Statistics Last Post
                            Started by SEQadmin2, 07-13-2026, 10:26 AM
                            0 responses
                            15 views
                            0 reactions
                            Last Post SEQadmin2  
                            Started by SEQadmin2, 07-09-2026, 10:04 AM
                            0 responses
                            29 views
                            0 reactions
                            Last Post SEQadmin2  
                            Started by SEQadmin2, 07-08-2026, 10:08 AM
                            0 responses
                            16 views
                            0 reactions
                            Last Post SEQadmin2  
                            Started by SEQadmin2, 07-07-2026, 11:05 AM
                            0 responses
                            34 views
                            0 reactions
                            Last Post SEQadmin2  
                            Working...