Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • #31
    Hi Lizex,
    im sorry for the late reply, im very busy lately and could not find time. But better later than never

    firstly it seems to me you compiled samtools before, i mean when you first installed the program. Then, try this:
    1 Edit the source file
    2 make clean
    3 ./configure
    4 make


    This should work.

    'Permission denied' shows that the program is owned most probably by root and you try running it as user. Two things possible here:
    1. Copy/Move the program to a place in your PATH.
    2. Change the owner of the file to be your user with 'chown'. Check 'man chown' for syntax. Also you need to be root to use chown.

    Else provide me with email n i will send you the compiled version of modified samtools plus last version of my script.

    Cheers

    Comment


    • #32
      Hi Kenietz
      Thanks for the reply.
      I've send the my e-mail adress.

      Regards

      Comment


      • #33
        Kenietz,

        I just used your script and it works beautifully. Thanks for writing it.

        Yaz

        Comment


        • #34
          Hi YazBraimah,
          glad to hear that it worked for you

          Cheers

          Comment


          • #35
            FYI,

            A Trinity plug-in can also do this. See:



            under "Starting from a genome-based transcript structure GTF file (eg. cufflinks)"

            YB

            Comment


            • #36
              Originally posted by pkerrwall View Post
              Here is the process that I am using:

              samtools mpileup -uf ref.fa accepted_hits.bam | bcftools view -cg - | vcfutils.pl vcf2fq | fq2fa.pl > new_ref.fa
              gffread -w transcripts.fa -g new_ref.fa transcripts.gtf

              where fq2fa.pl is a bioperl script to convert from fq to fasta

              I also have an email into the cufflinks developers to see if there is a way that the gffread utility can be enhanced to get the consensus sequence from the bam file and not the reference genome.

              Hi pkerrwall, I used commands same as yours. but i found that sequences in cns.fq generated by fq2fa.pl have different length with them in reference sequences. do you know why?

              Comment


              • #37
                Originally posted by xmubingo View Post
                Hi pkerrwall, I used commands same as yours. but i found that sequences in cns.fq generated by fq2fa.pl have different length with them in reference sequences. do you know why?
                Take a look at this post:
                Discussion of next-gen sequencing related bioinformatics: resources, algorithms, open source efforts, etc

                As gringer mentioned:
                Originally posted by gringer View Post
                But bear in mind that the vcf2fq script is designed for SNPs, not INDELs. If there is an INDEL in your sequence relative to the reference, then the INDEL and a few flanking bases will be changed to lower case, but not replaced. This means that any fastq file generated from this script will have the same length as the input reference sequence.

                I sent a patch to their sourceforge page to fix this (and allow more compact partial vcf files with a provided reference sequence), but I don't think it's been implemented yet.

                Comment


                • #38
                  Originally posted by yueluo View Post
                  Take a look at this post:
                  Discussion of next-gen sequencing related bioinformatics: resources, algorithms, open source efforts, etc

                  As gringer mentioned:
                  Thanks, yueluo!! I asked gringer, and he replied. I guess some incorrect operations in my pipeline.

                  Comment


                  • #39
                    Originally posted by zchou View Post
                    Hi All,

                    I use Bowtie/TopHat/cufflink to analyze the RNA-Seq. I want to extract the rebuild transcripts by these softwares. However, I can only the BED file. Can anyone give idea to extract these assembled transcript sequence?

                    Thanks,
                    ZC
                    To extract the assembled transfrags from cufflink, following command is useful

                    $gffread -w transcripts.fa -g /path/to/genome.fa transcripts.gtf

                    Source : Cufflink

                    Comment

                    Latest Articles

                    Collapse

                    • seqadmin
                      Advancing Precision Medicine for Rare Diseases in Children
                      by seqadmin




                      Many organizations study rare diseases, but few have a mission as impactful as Rady Children’s Institute for Genomic Medicine (RCIGM). “We are all about changing outcomes for children,” explained Dr. Stephen Kingsmore, President and CEO of the group. The institute’s initial goal was to provide rapid diagnoses for critically ill children and shorten their diagnostic odyssey, a term used to describe the long and arduous process it takes patients to obtain an accurate...
                      12-16-2024, 07:57 AM
                    • seqadmin
                      Recent Advances in Sequencing Technologies
                      by seqadmin



                      Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.

                      Long-Read Sequencing
                      Long-read sequencing has seen remarkable advancements,...
                      12-02-2024, 01:49 PM

                    ad_right_rmr

                    Collapse

                    News

                    Collapse

                    Topics Statistics Last Post
                    Started by seqadmin, 12-17-2024, 10:28 AM
                    0 responses
                    26 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 12-13-2024, 08:24 AM
                    0 responses
                    42 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 12-12-2024, 07:41 AM
                    0 responses
                    28 views
                    0 likes
                    Last Post seqadmin  
                    Started by seqadmin, 12-11-2024, 07:45 AM
                    0 responses
                    42 views
                    0 likes
                    Last Post seqadmin  
                    Working...
                    X