I'm attempting to create a reference for T2T (HS1). Ran into two issues:
Problem 1
Running renee build and had the rule qualimapinfo fail. The .err. and .out log were unhelpful. The script produces an error file but this being passed to qualimap_error.log which is not saved.
Solution 1
The output should be to .err and not to a separate file
...
File "/usr/local/Anaconda/envs/py3.10/lib/python3.10/site-packages/HTSeq/features.py", line 140, in __iter__
(attr, name) = self.parse_GFF_attribute_string(
File "/usr/local/Anaconda/envs/py3.10/lib/python3.10/site-packages/HTSeq/features.py", line 194, in parse_GFF_attribute_string
raise ValueError(
ValueError: The attribute string seems to contain mismatched quotes.
Solution 2
I figure out that this is because of single quotes in my GTF file
...addition of 3' A residues to the mRNA...
Still getting an error though - need to troubleshoot further.
I'm attempting to create a reference for T2T (HS1). Ran into two issues:
Problem 1
Running
renee build
and had the rulequalimapinfo
fail. The.err
. and.out
log were unhelpful. The script produces an error file but this being passed toqualimap_error.log
which is not saved.Solution 1
The output should be to
.err
and not to a separate fileProblem 2
Running this process:
Getting this error:
Solution 2
I figure out that this is because of single quotes in my GTF file
Still getting an error though - need to troubleshoot further.