I am analyzing human RNA-seq data with galaxy. To map reads I am using the latest version of the human Assembly GRCh38.p14, which I downloaded with this name (GCF_000001405.40) from this website (Homo sapiens genome assembly GRCh38.p14 - NCBI - NLM) and even though I can map reads with this gtf fileu sing RNASTAR when I view the read distribution I cannot transform this file to a bed12 file with the converter tool (GTF to BED12). Even though I can transform the file into a BED file, the Read Distribution tool only works with BED12 files.
Is there any other tool I can use to analyze read distribution?
Is there a way to transform my gtf file to a bed12 format without receiving an error message?
Paste the URL into the Upload tool using all defaults. The data will be uncompressed and assigned the datatype gtf.
Next, check for headers. Why? Many tools (in Galaxy or not) will complain since those # lines are technically out of specification for “strict GTF format”.
Format spec (same other places, so this is just an example) → Genome Browser FAQ
This should definitely work but you can share back your issue in a history for feedback. Without seeing the error, input data, and tool/options is is hard to guess what else might be going wrong. → How to get faster help with your question