Seqanswers Leaderboard Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • efsalcedo
    Junior Member
    • Mar 2015
    • 1

    Assembly paired-end sequences with Velvet

    I have sequences from illumina HiSeq 2000. I'll show you the sequence data that I have a bacteria.

    fernando@InvDllo04[Lactobacillus] grep -c "^@" *.fq
    FCHCTVLADXX_L1_wHAIPI016080-93_1.fq:1106031
    FCHCTVLADXX_L1_wHAIPI016080-93_2.fq:1106031
    FCHCTVLADXX_L2_wHAIPI016080-93_1.fq:1088418
    FCHCTVLADXX_L2_wHAIPI016080-93_2.fq:1088418


    As you can see, I have four files with 1106031, 1106031, 1088418, 1088418 sequences. I'm trying to perform an assembly with Velvet. but I am very confused because I do not know how to use these files. I was reading in some blogs and they say it is necessary to use a script from Velvet (shuffleSequences_fastq.pl), i.e.

    1) shuffleSequences_fastq.pl FCHCTVLADXX_L1_wHAIPI016081-94_1.fq FCHCTVLADXX_L1_wHAIPI016081-94_2.fq FCHCTVLADXX_L1_wHAIPI016081-94_shuffled.fq

    2) shuffleSequences_fastq.pl FCHCTVLADXX_L2_wHAIPI016081-94_1.fq FCHCTVLADXX_L2_wHAIPI016081-94_2.fq FCHCTVLADXX_L2_wHAIPI016081-94_shuffled.fq

    3) velveth auto 31,45,2 -fastq -shortPaired1 FCHCTVLADXX_L1_wHAIPI016081-94_shuffled.fq -fastq -shortPaired2 FCHCTVLADXX_L2_wHAIPI016081-94_shuffled.fq

    4) velvetg auto_31 -exp_cov auto

    I do not know if I'm doing the right thing using the shuffled scritp or if I should just use the option "-separate" and run Velvet as follows:

    velveth Assem 31 -shortPaired -fasta -separate left.fa right.fa

    where:
    -separate: Read 2 separate files for paired reads
    -short -shortPaired
    -short2 -shortPaired2

    And the run "velvetg"...

    My confusion here is because I have apparently two files "left.fa" and two "rigth.fa" instead of one as in the previous example.

    I'd like you to tell me how to run Velvet

    Thank you very much.
  • bastianwur
    Member
    • Feb 2014
    • 98

    #2
    Don't have experience with velvet, because I found the setup very un-intuitive, and couldn't be bothered with it -> therefore some recommendation to you, use something else then.
    e.g. Ray is easy to setup, and can handle more than one library.

    Comment

    • Brian Bushnell
      Super Moderator
      • Jan 2014
      • 2709

      #3
      If you want to use velvet, I would concatenate your two read1 files together, and concatenate your read2 files together, then run it:

      cat *_1.fq >r1.fq
      cat *_2.fq >r2.fq

      velveth Assem 31 -shortPaired -fastq -separate r1.fq r2.fq
      velvetg Assem

      A value higher than 31 is probably better for kmer length; that's just an example.

      Comment

      • Bioinform
        Member
        • May 2013
        • 17

        #4
        Next seq data with velvet

        How to run velvet with Next seq data. It has four single reads??

        Thanks
        Bioinform

        Comment

        • Brian Bushnell
          Super Moderator
          • Jan 2014
          • 2709

          #5
          Are you talking about 2 paired NextSeq libraries? Or do you mean Nextera LMP, which ends up (typically) with 4 output files for a single library after you process it?

          Comment

          Latest Articles

          Collapse

          • seqadmin
            New Genomics Tools and Methods Shared at AGBT 2025
            by seqadmin


            This year’s Advances in Genome Biology and Technology (AGBT) General Meeting commemorated the 25th anniversary of the event at its original venue on Marco Island, Florida. While this year’s event didn’t include high-profile musical performances, the industry announcements and cutting-edge research still drew the attention of leading scientists.

            The Headliner
            The biggest announcement was Roche stepping back into the sequencing platform market. In the years since...
            03-03-2025, 01:39 PM
          • seqadmin
            Investigating the Gut Microbiome Through Diet and Spatial Biology
            by seqadmin




            The human gut contains trillions of microorganisms that impact digestion, immune functions, and overall health1. Despite major breakthroughs, we’re only beginning to understand the full extent of the microbiome’s influence on health and disease. Advances in next-generation sequencing and spatial biology have opened new windows into this complex environment, yet many questions remain. This article highlights two recent studies exploring how diet influences microbial...
            02-24-2025, 06:31 AM

          ad_right_rmr

          Collapse

          News

          Collapse

          Topics Statistics Last Post
          Started by seqadmin, 03-20-2025, 05:03 AM
          0 responses
          18 views
          0 reactions
          Last Post seqadmin  
          Started by seqadmin, 03-19-2025, 07:27 AM
          0 responses
          25 views
          0 reactions
          Last Post seqadmin  
          Started by seqadmin, 03-18-2025, 12:50 PM
          0 responses
          19 views
          0 reactions
          Last Post seqadmin  
          Started by seqadmin, 03-03-2025, 01:15 PM
          0 responses
          187 views
          0 reactions
          Last Post seqadmin  
          Working...