Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sorted genome.gtf and removed invalid entries #1029

Merged
merged 1 commit into from
Oct 24, 2023
Merged

sorted genome.gtf and removed invalid entries #1029

merged 1 commit into from
Oct 24, 2023

Conversation

JackCurragh
Copy link

Closes #1028

Sorted the file with:

sed 's/gene/AAA/; s/transcript/BBB/; s/exon/CCC/' genome.gtf | sort -k1,1 -k4,4n -k3,3n | sed 's/AAA/gene/; s/BBB/transcript/; s/CCC/exon/' > genome.gtf.1 

This is a paired PR with #4189

@JackCurragh JackCurragh requested a review from muffato October 21, 2023 11:58
@muffato muffato merged commit ceaa995 into modules Oct 24, 2023
@muffato muffato deleted the genome_gtf branch October 24, 2023 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants