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,122 views
•
link
updated
by
h.mon
•
written
by
anran04100 •
0 answers
No answers yet.
Log in to answer this question.
More posts like this
-
WGCNA HeatMap correlating modules and sample conditions
written by Raito92Hello everyone, I'm new to WGCNA analysis... I'm trying to carry out one by using WGCNA Bioconductor Package. Being a newbie, I'm sticking [to the …
-
Importing quant.sf file to tximport
written by yvarg009 •Hi! I am new to R studio and using tximport. I have a quant.sf file that I need to import to R studio using tximport, …
-
Could adaptor contamination and primer dimers lead to low number of cells detected during a single …
written by charlesgwellem •I 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] …
-
Add features on newick tree (then by creating a NHX format)
written by ChvatilHello everyone, I need help to `add information in my phylogenetic tree on each branch`. I have two pieces of information at my disposal: 1 …
-
use Trimmomatic to remove adapter
written by yueli7Hello, I have a dataset of RNA sequencing. I used the command to remove the adapter. After fastqc, it still has failure in Adapter Content. …
-
Infer phylogeny from continuous, segmented CNV data from methylation array
written by Fynn •Hi, I have methylation data (Illumina HumanMethylationEPIC) from multiple sites in a single tumor and I want to infer a phylogenetic tree for these samples. …
-
Multi-records genbank to CDS
written by hazirliver •Hi! 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 •Hello, 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. …
-
Could you please explain Fold change, % of change, and log2 fold change (L2FC) to a layment?
written by WUSCHELThis seems simple maths behind, But I always get confused with the terminology of **"Fold change", "Log Fold Change" *(LFC)*, and "Percentage of Change"**., When …
-
genome sequence from Spades output
written by BCArgWe have sequenced two plasmids with a Novaseq machine (reads length of 100 bp, paired end). For one of them, we have aligned the reads …
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!