Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • #16
    You were right, I had been working on that and fixed it alredy. Thanks.

    Now, the featureCounts function says my files are .SAM, altought even checking on bash the class type its .BAM

    It seems like it doesnt open the file and gives 0 count results.

    RESULT:
    Code:
    //========================== featureCounts setting ===========================\\
    ||                                                                            ||
    ||             Input files : 8 SAM files                                      ||
    ||                           S /home/sysadm/tomics/4_GCCAAT_L001_R1_001.f ... ||
    ||                           S /home/sysadm/tomics/8_AGTTCC_L001_R1_001.f ... ||
    ||                           S /home/sysadm/tomics/16_GCCAAT_L002_R1_001. ... ||
    ||                           S /home/sysadm/tomics/20_AGTTCC_L003_R1_001. ... ||
    ||                           S /home/sysadm/tomics/28_GCCAAT_L004_R1_001. ... ||
    ||                           S /home/sysadm/tomics/32_AGTTCC_L004_R1_001. ... ||
    ||                           S /home/sysadm/tomics/40_GCCAAT_L005_R1_001. ... ||
    ||                           S /home/sysadm/tomics/44_AGTTCC_L006_R1_001. ... ||
    ||                                                                            ||
    ||             Output file : ./.Rsubread_featureCounts_pid3679                ||
    ||             Annotations : /home/sysadm/tomics/data3 (GTF)                  ||
    ||                                                                            ||
    ||                 Threads : 1                                                ||
    ||                   Level : feature level                                    ||
    ||              Paired-end : no                                               ||
    ||         Strand specific : no                                               ||
    ||      Multimapping reads : not counted                                      ||
    || Multi-overlapping reads : not counted                                      ||
    ||                                                                            ||
    \\===================== http://subread.sourceforge.net/ ======================//
    
    //================================= Running ==================================\\
    ||                                                                            ||
    || Load annotation file /home/sysadm/tomics/data3 ...                         ||
    ^[[B^[[B||    Features : 1193694                                                      ||
    ||    Meta-features : 58174                                                   ||
    ||    Chromosomes : 25                                                        ||
    ||                                                                            ||
    || Process SAM file /home/sysadm/tomics/4_GCCAAT_L001_R1_001.fastq.gz.sub ... ||
    ||    Single-end reads are included.                                          ||
    || WARNING format issue in file '/home/sysadm/tomics/4_GCCAAT_L001_R1_001 ... ||
    ||         The required format is : SAM                                       ||
    ||         The file format is unknown.                                        ||
    || A wrong format may result in wrong results or crash the program.           ||
    || Please refer to the manual for file format options.                        ||
    || If the file is in the correct format, please ignore this message.          ||
    ||                                                                            ||
    ||    Assign reads to features...                                             ||
    ||    Total reads : 2380011                                                   ||
    ||    Successfully assigned reads : 0 (0.0%)                                  ||
    ||    Running time : 0.02 minutes                                             ||
    ||                                                                            ||
    || Process SAM file /home/sysadm/tomics/8_AGTTCC_L001_R1_001.fastq.gz.sub ... ||
    ||    Single-end reads are included.                                          ||
    || WARNING format issue in file '/home/sysadm/tomics/8_AGTTCC_L001_R1_001 ... ||
    ||         The required format is : SAM                                       ||
    ||         The file format is unknown.                                        ||
    || A wrong format may result in wrong results or crash the program.           ||
    || Please refer to the manual for file format options.                        ||
    || If the file is in the correct format, please ignore this message.          ||
    ||                                                                            ||
    ||    Assign reads to features...                                             ||
    ||    Total reads : 1956680                                                   ||
    ||    Successfully assigned reads : 0 (0.0%)                                  ||
    ||    Running time : 0.16 minutes                                             ||
    ||                                                                            ||
    || Process SAM file /home/sysadm/tomics/16_GCCAAT_L002_R1_001.fastq.gz.su ... ||
    ||    Single-end reads are included.                                          ||
    || WARNING format issue in file '/home/sysadm/tomics/16_GCCAAT_L002_R1_00 ... ||
    ||         The required format is : SAM                                       ||
    ||         The file format is unknown.                                        ||
    || A wrong format may result in wrong results or crash the program.           ||
    || Please refer to the manual for file format options.                        ||
    || If the file is in the correct format, please ignore this message.          ||
    ||                                                                            ||
    ||    Assign reads to features...                                             ||
    ||    Total reads : 2287401                                                   ||
    ||    Successfully assigned reads : 0 (0.0%)                                  ||
    ||    Running time : 0.17 minutes                                             ||
    ||                                                                            ||
    || Process SAM file /home/sysadm/tomics/20_AGTTCC_L003_R1_001.fastq.gz.su ... ||
    ||    Single-end reads are included.                                          ||
    || WARNING format issue in file '/home/sysadm/tomics/20_AGTTCC_L003_R1_00 ... ||
    ||         The required format is : SAM                                       ||
    ||         The file format is unknown.                                        ||
    || A wrong format may result in wrong results or crash the program.           ||
    || Please refer to the manual for file format options.                        ||
    || If the file is in the correct format, please ignore this message.          ||
    ||                                                                            ||
    ||    Assign reads to features...                                             ||
    ||    Total reads : 2362945                                                   ||
    ||    Successfully assigned reads : 0 (0.0%)                                  ||
    ||    Running time : 0.17 minutes                                             ||
    ||                                                                            ||
    || Process SAM file /home/sysadm/tomics/28_GCCAAT_L004_R1_001.fastq.gz.su ... ||
    ||    Single-end reads are included.                                          ||
    || WARNING format issue in file '/home/sysadm/tomics/28_GCCAAT_L004_R1_00 ... ||
    ||         The required format is : SAM                                       ||
    ||         The file format is unknown.                                        ||
    || A wrong format may result in wrong results or crash the program.           ||
    || Please refer to the manual for file format options.                        ||
    || If the file is in the correct format, please ignore this message.          ||
    ||                                                                            ||
    ||    Assign reads to features...                                             ||
    ||    Total reads : 1884255                                                   ||
    ||    Successfully assigned reads : 0 (0.0%)                                  ||
    ||    Running time : 0.15 minutes                                             ||
    ||                                                                            ||
    || Process SAM file /home/sysadm/tomics/32_AGTTCC_L004_R1_001.fastq.gz.su ... ||
    ||    Single-end reads are included.                                          ||
    || WARNING format issue in file '/home/sysadm/tomics/32_AGTTCC_L004_R1_00 ... ||
    ||         The required format is : SAM                                       ||
    ||         The file format is unknown.                                        ||
    || A wrong format may result in wrong results or crash the program.           ||
    || Please refer to the manual for file format options.                        ||
    || If the file is in the correct format, please ignore this message.          ||
    ||                                                                            ||
    ||    Assign reads to features...                                             ||
    ||    Total reads : 4205162                                                   ||
    ||    Successfully assigned reads : 0 (0.0%)                                  ||
    ||    Running time : 0.29 minutes                                             ||
    ||                                                                            ||
    || Process SAM file /home/sysadm/tomics/40_GCCAAT_L005_R1_001.fastq.gz.su ... ||
    ||    Single-end reads are included.                                          ||
    || WARNING format issue in file '/home/sysadm/tomics/40_GCCAAT_L005_R1_00 ... ||
    ||         The required format is : SAM                                       ||
    ||         The file format is unknown.                                        ||
    || A wrong format may result in wrong results or crash the program.           ||
    || Please refer to the manual for file format options.                        ||
    || If the file is in the correct format, please ignore this message.          ||
    ||                                                                            ||
    ||    Assign reads to features...                                             ||
    ||    Total reads : 1953045                                                   ||
    ||    Successfully assigned reads : 0 (0.0%)                                  ||
    ||    Running time : 0.14 minutes                                             ||
    ||                                                                            ||
    || Process SAM file /home/sysadm/tomics/44_AGTTCC_L006_R1_001.fastq.gz.su ... ||
    ||    Single-end reads are included.                                          ||
    || WARNING format issue in file '/home/sysadm/tomics/44_AGTTCC_L006_R1_00 ... ||
    ||         The required format is : SAM                                       ||
    ||         The file format is unknown.                                        ||
    || A wrong format may result in wrong results or crash the program.           ||
    || Please refer to the manual for file format options.                        ||
    || If the file is in the correct format, please ignore this message.          ||
    ||                                                                            ||
    ||    Assign reads to features...                                             ||
    ||    Total reads : 2908457                                                   ||
    ||    Successfully assigned reads : 0 (0.0%)                                  ||
    ||    Running time : 0.22 minutes                                             ||
    ||                                                                            ||
    ||                         Read assignment finished.                          ||
    ||                                                                            ||
    \\===================== http://subread.sourceforge.net/ ======================//
    I will keep looking for an answer on the web.

    Thanks all for reading.

    G.
    Beginner @ RNA-Seq, R programming, Linux, Python.-

    Please be patients!

    Comment


    • #17
      Found the drama, the BAM files were corrupt, had to DL the dataset again and problem solved.

      Dummy begginers problems, indeed

      Thx for ur time.
      Beginner @ RNA-Seq, R programming, Linux, Python.-

      Please be patients!

      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...
        04-22-2024, 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-25-2024, 11:49 AM
      0 responses
      15 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-24-2024, 08:47 AM
      0 responses
      16 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      62 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      60 views
      0 likes
      Last Post seqadmin  
      Working...
      X