Seqanswers Leaderboard Ad

Collapse

Announcement

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

  • GATK4, bash script... step CreateSequenceGroupingTSV

    Ubuntu, Bash 4.2.25



    Hi!

    I copy and paste the code about CreateSequenceGroupingTSV and in this way I created a python file...
    When I'm going to run it I have the following error:

    Code:
    :~/GATK4/IlluminaExomePairEnd/0.pipe$ python 8.CreateSequenceGroupingTSV.py
    
    File "8.CreateSequenceGroupingTSV.py", line 31
    hg38_protection_tag = ":1+"
                              ^
    IndentationError: unindent does not match any outer indentation level
    the ^ symbol is under the last ", after +

    Any help to fix it!?

    Many thanks,
    M

  • #2
    Hi M,

    In python, whitespace is very important - this is how code blocks are separated ("indentation level" in the error). I'd guess that when you copy and pasted the script, the spaces or tabs around the code was lost.

    You could have a look at the original version and make sure that your version has the same number of spaces before each bit of code. Or you could download the python script (rather and copy and paste) which may preserve the whitespace.

    Cheers,

    Matt.

    Comment

    Latest Articles

    Collapse

    • seqadmin
      Best Practices for Single-Cell Sequencing Analysis
      by seqadmin



      While isolating and preparing single cells for sequencing was historically the bottleneck, recent technological advancements have shifted the challenge to data analysis. This highlights the rapidly evolving nature of single-cell sequencing. The inherent complexity of single-cell analysis has intensified with the surge in data volume and the incorporation of diverse and more complex datasets. This article explores the challenges in analysis, examines common pitfalls, offers...
      Yesterday, 07:15 AM
    • seqadmin
      Latest Developments in Precision Medicine
      by seqadmin



      Technological advances have led to drastic improvements in the field of precision medicine, enabling more personalized approaches to treatment. This article explores four leading groups that are overcoming many of the challenges of genomic profiling and precision medicine through their innovative platforms and technologies.

      Somatic Genomics
      “We have such a tremendous amount of genetic diversity that exists within each of us, and not just between us as individuals,”...
      05-24-2024, 01:16 PM

    ad_right_rmr

    Collapse

    News

    Collapse

    Topics Statistics Last Post
    Started by seqadmin, Yesterday, 08:18 AM
    0 responses
    13 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, Yesterday, 08:04 AM
    0 responses
    12 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 06-03-2024, 06:55 AM
    0 responses
    13 views
    0 likes
    Last Post seqadmin  
    Started by seqadmin, 05-30-2024, 03:16 PM
    0 responses
    27 views
    0 likes
    Last Post seqadmin  
    Working...
    X