Skip to content

Commit

Permalink
removing accidental insert
Browse files Browse the repository at this point in the history
  • Loading branch information
KatharinaHoff committed Oct 21, 2023
1 parent c5632ab commit 77387c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/stringtie2utr.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def compute_utr_features(tsebra_gtf):
featuretype = fields[2]
if featuretype == "CDS":
seen_cds = True
if strand == "+" and not seen_cds:setfacl -R -m u:gabriell:rwx /home/nas-hs/projs/
if strand == "+" and not seen_cds:
utr_type = "five_prime_UTR"
elif strand == "-" and not seen_cds:
utr_type = "three_prime_UTR"
Expand Down

0 comments on commit 77387c7

Please sign in to comment.