You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After running celescope snp mkref after celescope rna mkref, the gtf line in the celescope_genome.config file will be deleted. The deletion of the gtf line will cause error when celescope trys to located the gtf file, such as in the featureCounts step.
To Reproduce
Steps to reproduce the behavior:
run celescope rna mkref
run celescope snp mkref
run celescope rna featureCounts
How to fix
Open the celescope_genome.config file under the genomeDir.
Add the gtf line:
gtf = {the file name of the gtf file} # for example, Homo_sapiens.GRCh38.99.filtered.gtf
Save and close the config file.
Version
1.17.0
The text was updated successfully, but these errors were encountered:
Describe the bug
After running
celescope snp mkref
aftercelescope rna mkref
, the gtf line in thecelescope_genome.config
file will be deleted. The deletion of the gtf line will cause error when celescope trys to located the gtf file, such as in thefeatureCounts
step.To Reproduce
Steps to reproduce the behavior:
celescope rna mkref
celescope snp mkref
celescope rna featureCounts
How to fix
Open the
celescope_genome.config
file under the genomeDir.Add the gtf line:
gtf =
{the file name of the gtf file}
# for example, Homo_sapiens.GRCh38.99.filtered.gtfSave and close the config file.
Version
1.17.0
The text was updated successfully, but these errors were encountered: