How can I extract all the GCA_0000000. from bac120.tree?
The bac120.tree is like follows

So I wrote a Perl script but it turns out only print the first GCA_003754355. ,but I want all the GCA. What's wrong with my code?

gene
• 1,126 views
•
link
updated
by
h.mon
3.5K
• |
written
by
anran04100
0
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
How can I add text label outside the tree in iTOL ?
written by anran04100 0here is the tree in iTOL ![enter image description here][1] now I've got a txt file with information in it ![enter image description here][2] How …
-
Could adaptor contamination and primer dimers lead to low number of cells detected during a single …
written by charlesgwellem 1I am a newbie to genome alignment. My colleague did a single cell RNA sequencing experiment and the sequencing facility sent a preliminary [QC report][1] …
-
Bacterial RNA-SEQ - Quality Control
written by Sammy 3Heyya, Trying to figure out Quality Control for RNA-SEQ. I ran FASTQC on the first batch and the same sample, forward strand looks the same …
-
many read aligned to the same position but with different variants
written by yliueagle 29(Please open this link if image not displayed: https://ibb.co/mHYH8NC I have two questions related to the following alignment from a single sequencing sample of a …
-
RNAseq fastqc report some failures, how to solve it?
written by lovelymaoqin 0I used fastqc to deal with my small RNA seq data, and according to the report I have some failures, do not know how to …
-
GO terms count _ number of terms on per ontology
written by nazninislamnif 2[enter link description here][1]I have my Interproscan result which generated 12429 GO terms. I want to align all of them into their specific function. And …
-
Multi-records genbank to CDS
written by hazirliver 1Hi! I have a file containing several genebank records written one after the other. I need to extract CDS (protein sequnce(/translation), /locus_tag, /inference, /product and …
-
Roadmap Epigenomics looks random
written by christoph.neu 2Hello, I want to analyze the differences of histone peaks between cell types. For that i obtained some bed files from the [Roadmap Epigenomics][1] project. …
-
Tool: PCAtools: everything Principal Components Analysis
written by Kevin Blighe 9.0K# NB - please post questions on Bioconductor Support: https://support.bioconductor.org/ [ direct link to create a post: https://support.bioconductor.org/p/new/post/?tag_val=PCAtools ] ------------- # PCAtools [![ex9-1][1]][2] [![ex11b-1][3]][4] [![ex5-1][5]][6] …
-
Tool: EnhancedVolcano: Publication-ready volcano plots with enhanced colouring and labeling
written by Kevin Blighe 9.0K# NB - please post questions on Bioconductor Support: https://support.bioconductor.org/ [ direct link to create a post: https://support.bioconductor.org/p/new/post/?tag_val=EnhancedVolcano ] ---------- # EnhancedVolcano [![Ecv9vi-XX0-AE4q3-A][1]][2] [![download-1][3]][4] [![ex7-1][5]][6] …
Check this StackOverflow post: How can I capture multiple matches from the same Perl regex?.
Please, there is no reason to post images of text here. As the script is small, you should post it here, using the code buttion (
101010) to properly format the code. Also, it is really helpful if one provides a small reproducible example.Sorry. I will pay more attention to this the next time. I have solved this problem. Thank you anyway!