-
Notifications
You must be signed in to change notification settings - Fork 355
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
Including piRNA quantification in smallRNAseq pipeline #2439
Labels
Comments
Hi,
Thanks for the reminder.
I removed that because the server was down, but I’ll add it again, you can change the hg19 manually by doing this:
# wget http://www.regulatoryrna.org/database/piRNA/download/archive/v1.0/bed/piR_hg19_v1.0.bed.gz
# zcat piR_hg19_v1.0.bed.gz | awk '{print $1"\t.\tpiRNA\t"$2"\t"$3"\t.\t"$6"\t.\tname "$4";"}' >> srna-transcripts.gtf
I hope this help.
Cheers
… On Jul 10, 2018, at 1:39 PM, Marion ***@***.***> wrote:
Hi guys
More of a feature request than an issue but I was wondering if there is a reason why piRNAs aren't currently included in the smallrnaseq .gtf file (~/bcbio-nextgen/data/genomes/Hsapiens/hg19/srnaseq/srna-transcripts.gtf). It would be great if they were included as part of seqcluster quantification in the srnaseq pipeline.
thanks
Marion
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
awesome thanks |
Hi @lpantano, I see v2.0 are out for these: http://www.regulatoryrna.org/database/piRNA/download/archive/v2.0/ Do you think switching to 2.0 makes sense? I also see the archive is back up, so we could just turn it back on in cloudbiolinux. Which one do you think we should do? |
Also, I see the hg38 piRNA installation is using the coordinates from hg19-- do we need to lift those over? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys
More of a feature request than an issue but I was wondering if there is a reason why piRNAs aren't currently included in the smallrnaseq .gtf file (
~/bcbio-nextgen/data/genomes/Hsapiens/hg19/srnaseq/srna-transcripts.gtf
). It would be great if they were included as part of seqcluster quantification in the srnaseq pipeline.thanks
Marion
The text was updated successfully, but these errors were encountered: