Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • nekrut
    Member
    • Apr 2009
    • 22

    #16
    Originally posted by nilshomer View Post
    The indexes in the manual work very well and support most types of sequence data (lengths and technologies) and genomes (long and short). Given this information, it should be trivial to get BFAST support up and running. Feel free to PM me or email me.
    Great. We'll give it a shot and make a wrapper in a few weeks.

    Comment

    • nekrut
      Member
      • Apr 2009
      • 22

      #17
      New Quickies explaining fastq manipulation

      Just added two movies explaining fastq manipulation: basic and advanced.

      Comment

      • kopi-o
        Senior Member
        • Feb 2008
        • 319

        #18
        This is great.

        Just one question - is the web interface for the cloud Galaxy meant to be working? I successfully connected to the AMI and was able to log in using ssh - but I couldn't connect to the public DNS where the web interface is supposed to reside.

        Comment

        • kopi-o
          Senior Member
          • Feb 2008
          • 319

          #19
          Never mind, connecting worked like a charm when I followed the (presumably very recently updated) and detailed instructions at http://bitbucket.org/galaxy/galaxy-central/wiki/cloud.

          This seems extremely useful!

          Comment

          • tweist
            Junior Member
            • Aug 2008
            • 3

            #20
            This is a great platform having many useful tools available from the same place and interoperable. However, uploading big dataset to Galaxy is a challenge and a road block. I tried to upload a ILMN dataset of a few Gb and not yet done after a day and half. Any plan to enable Aspera-like tools to accelerate the data transfer speed?

            Also, I think a blast tool that allows search against arbitrary database would be useful too. Any plan to add this feature?

            Great job!

            Comment

            • nekrut
              Member
              • Apr 2009
              • 22

              #21
              Originally posted by tweist View Post
              This is a great platform having many useful tools available from the same place and interoperable. However, uploading big dataset to Galaxy is a challenge and a road block. I tried to upload a ILMN dataset of a few Gb and not yet done after a day and half. Any plan to enable Aspera-like tools to accelerate the data transfer speed?

              Also, I think a blast tool that allows search against arbitrary database would be useful too. Any plan to add this feature?

              Great job!
              Hi, upload limitations are going to be a problem for all of us as it is not Galaxy issue per se. To upload your files try this:
              - gzip them
              - put them to a web-accessible loocation
              - paste a URL pointing to your files to upload tool as shown in the attached image

              Aspera is incredibly expensive to license, and we're not convinced it really accelerates things that much. There are some open source alternative we will be taking a look at

              Yes, blasting against custom db is on the to do list as numerous people want this to happen.
              Attached Files

              Comment

              • tweist
                Junior Member
                • Aug 2008
                • 3

                #22
                Hi,

                Have you looked at open source alternative such as UDT to address the data transfer bottleneck? Also, is there a limit on how much data that I can save in my galaxy account? Thanks!

                Comment

                • nekrut
                  Member
                  • Apr 2009
                  • 22

                  #23
                  Originally posted by tweist View Post
                  Hi,
                  Also, is there a limit on how much data that I can save in my galaxy account? Thanks!
                  No limit as of now

                  Comment

                  • ezilybored
                    Junior Member
                    • Dec 2009
                    • 9

                    #24
                    Originally posted by nekrut View Post
                    Hi, upload limitations are going to be a problem for all of us as it is not Galaxy issue per se. To upload your files try this:
                    - gzip them
                    - put them to a web-accessible loocation
                    - paste a URL pointing to your files to upload tool as shown in the attached image

                    Aspera is incredibly expensive to license, and we're not convinced it really accelerates things that much. There are some open source alternative we will be taking a look at

                    Yes, blasting against custom db is on the to do list as numerous people want this to happen.
                    Hi there, sorry if i am being naive but will galaxy be able to read the files as gzips? a colleague of mine tried recently and said that it wasnt able to read the file format.

                    Ben

                    Comment

                    • KevinLam
                      Senior Member
                      • Nov 2009
                      • 204

                      #25
                      I have uploaded a gzipped 300 MB .qual file and it works for doing box plot. perhaps your fren didn't complete the upload?
                      http://kevin-gattaca.blogspot.com/

                      Comment

                      • nekrut
                        Member
                        • Apr 2009
                        • 22

                        #26
                        Originally posted by ezilybored View Post
                        Hi there, sorry if i am being naive but will galaxy be able to read the files as gzips? a colleague of mine tried recently and said that it wasnt able to read the file format.

                        Ben
                        Yes, you can. The best way to get data in is to upload gzipped files via URL (http and ftp both work). See post #21 in the thread (scroll up).

                        Comment

                        • James
                          Member
                          • Mar 2010
                          • 23

                          #27
                          I'm having a similar problem to Ben, I have illumina fastq files that are gzipped. I can upload them in a few minutes but then when I try to do the groomer i get this error:

                          An error occurred running this job: Traceback (most recent call last):
                          File "/galaxy/home/g2main/galaxy_main/tools/fastq/fastq_groomer.py", line 37, in <module>
                          if __name__ == "__main__": main()
                          File "/galaxy/home/g2main/galaxy_main/tools/fastq/fastq_groomer.py", line 18, in main

                          Is there some sort of facility to unzip gz files? Thanks, J

                          Comment

                          • blankenberg
                            Junior Member
                            • Mar 2010
                            • 4

                            #28
                            Originally posted by ezilybored View Post
                            Hi there, sorry if i am being naive but will galaxy be able to read the files as gzips? a colleague of mine tried recently and said that it wasnt able to read the file format.

                            Ben

                            Originally posted by James View Post
                            I'm having a similar problem to Ben, I have illumina fastq files that are gzipped. I can upload them in a few minutes but then when I try to do the groomer i get this error:

                            An error occurred running this job: Traceback (most recent call last):
                            File "/galaxy/home/g2main/galaxy_main/tools/fastq/fastq_groomer.py", line 37, in <module>
                            if __name__ == "__main__": main()
                            File "/galaxy/home/g2main/galaxy_main/tools/fastq/fastq_groomer.py", line 18, in main

                            Is there some sort of facility to unzip gz files? Thanks, J
                            Galaxy does support the upload of gzip'd files.

                            Galaxy does not yet accept .tar(.gz) nor .zip files. Each file needs to be gzip'd individually (without tar'ing) in order for it it work with the upload tool at this time.

                            Support for .tar(.gz) and .zip files is being investigated.

                            Please don't hesitate to let us know if we can be of further help. Thanks for using Galaxy.

                            Comment

                            • Calico
                              Member
                              • Jan 2010
                              • 12

                              #29
                              Is there any way that Galaxy can be used to analyze data from a Helicos machine?

                              Comment

                              • nekrut
                                Member
                                • Apr 2009
                                • 22

                                #30
                                Originally posted by Calico View Post
                                Is there any way that Galaxy can be used to analyze data from a Helicos machine?
                                We have not see the data ourselves yet, but I just asked Helicos guys to send us a few files. Do you have any to share?

                                Comment

                                Latest Articles

                                Collapse

                                ad_right_rmr

                                Collapse

                                News

                                Collapse

                                Topics Statistics Last Post
                                Started by SEQadmin2, 06-09-2026, 11:58 AM
                                0 responses
                                30 views
                                0 reactions
                                Last Post SEQadmin2  
                                Started by SEQadmin2, 06-05-2026, 10:09 AM
                                0 responses
                                37 views
                                0 reactions
                                Last Post SEQadmin2  
                                Started by SEQadmin2, 06-04-2026, 08:59 AM
                                0 responses
                                42 views
                                0 reactions
                                Last Post SEQadmin2  
                                Started by SEQadmin2, 06-02-2026, 12:03 PM
                                0 responses
                                64 views
                                0 reactions
                                Last Post SEQadmin2  
                                Working...