Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • bam transfer

    Is there a command that might help to transfer a BAM file to a website? Thank you

  • #2
    What sort of transfer? Uploading a bam file to a tool/site (e.g. galaxy) or uploading it to a web location so it becomes available for others to download.

    For the latter, you would need to be able to access the backend server (so you can upload the file via scp/sftp). You will need an account on the server in question.

    Comment


    • #3
      It is the latter of the two (transfer to site to download from). Would lftp work?

      3 files are put in a folder named "test" (BAM ~20GB, VCF, and coverage analysis) then zipped using:
      Code:
       tar -zcf /path/to/file.tar.gz -C /Desktop/test
      Code:
      lftp https://something.sharefile.com/login.aspx
      lftp https://something.sharefile.com/login.aspx:~> user xxxxxx
      Password: xxxxxxx
      lftp https://something.sharefile.com/login.aspx:~> mirror -R /home/dnascopeV/Desktop/Test
      To view the transfer
      Code:
       lftp https://something.sharefile.com/login.aspx:~> ls
      To unzip (not sure if this will work as it might be basic HTTP and not what I need):
      Code:
       wget --http-user cmccabe --http -passwd xxxx*** https://something.sharefile.com/login.aspx -O - | tar -zxf -
      Thanks .
      Last edited by cmccabe; 06-05-2015, 10:10 AM. Reason: added code

      Comment


      • #4
        Looks like you have everything under control :-)

        I would just download (reversing lftp) and then unzip locally to be safe after the transfer is complete.

        Comment


        • #5
          can lftp be used in cygwin? Thank you .

          Comment


          • #6
            If you can compile it then yes. Give it a try.

            Comment


            • #7
              I am not sure what you mean by downloading (reversing lftp), can you use it in an example. I just learned lftp a few weeks ago and finding it very useful. Thank you .

              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 on Modified Bases...
                Yesterday, 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, 04-11-2024, 12:08 PM
              0 responses
              43 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 10:19 PM
              0 responses
              43 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-10-2024, 09:21 AM
              0 responses
              38 views
              0 likes
              Last Post seqadmin  
              Started by seqadmin, 04-04-2024, 09:00 AM
              0 responses
              55 views
              0 likes
              Last Post seqadmin  
              Working...
              X