Unconfigured Ad

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • gcR
    Member
    • Mar 2017
    • 15

    #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

    • gcR
      Member
      • Mar 2017
      • 15

      #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

      • mylaser
        Reply to Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
        by mylaser
        Kheloyar – Everything You Need to Know About Kheloyaar Login and Kheoyar Id
        If you are looking for an online gaming platform that offers a user-friendly experience, Kheloyar has become a name that many users search for. Whether you're interested in creating a new account, accessing your dashboard through Kheloyaar Login, or learning how to obtain a Kheoyar Id, understanding the platform's features and account process is essential.
        This guide explains everything you need to know about...
        Yesterday, 01:13 AM
      • SEQadmin2
        Advanced Sequencing Platforms Tackle Neuroscience’s Toughest Genomics Problems
        by SEQadmin2



        Genomics studies in neuroscience face a special challenge due to the brain’s complexity and scarcity of samples. Mapping changes in cell type and state using conventional next-generation sequencing methods remains challenging. Advances in technologies like single-cell sequencing, spatial transcriptomics, and long-read sequencing have opened the door to deeper studies of the brain and diseases like Alzheimer’s, amyotrophic lateral sclerosis (ALS), and schizophrenia.
        ...
        07-09-2026, 11:10 AM
      • SEQadmin2
        Cancer Drug Resistance: The Lingering Barrier to Rising Survival
        by SEQadmin2



        Cancer survival rates have significantly increased in the last few decades in the United States, reaching a combined 70% 5-year survival rate by 2021. Behind this number, there are years of research to find new therapies, drug targets, and early detection methods. But there is one core challenge that keeps slowing down these advances, and it’s about drug resistance.

        There is no single reason why many patients don’t respond to treatment as expected. Cancer is...
        07-08-2026, 05:17 AM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by SEQadmin2, 07-09-2026, 10:04 AM
      0 responses
      19 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-08-2026, 10:08 AM
      0 responses
      11 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-07-2026, 11:05 AM
      0 responses
      28 views
      0 reactions
      Last Post SEQadmin2  
      Started by SEQadmin2, 07-02-2026, 11:08 AM
      0 responses
      31 views
      0 reactions
      Last Post SEQadmin2  
      Working...