More posts like this
-
How to extract calculated RSA values from dssp and its corresponding residue?
written by tpm •Hello. I ran this code below from Bio.PDB import * parser = PDBParser() io = PDBIO() structure = parser.get_structure('3F9R', '3F9R.pdb') model = structure[0] dssp = …
-
how to add > to fasta file header and merge two line headers into one line(see below)
written by yaqinguo629 •Q1: add > to the header; Q2: merge two header line into the same line and keep space between them; Q3: remove space between header …
-
break_blocks & GATK switch REF & ALT alleles
written by dec986I'm extracting positions from a gVCF using a bed file with break_blocks, with positions like `break_blocks --region-file $bed --ref human_g1k_v37.fasta --exclude-off-target` and then GATK's selectVariants: …
-
extract sequences that its identifier has specific word
written by kk.mahsahi i have a file containing various RNAs, i want to extract sequences that its identifier has mRNA word. > xxxx, mRNA AAATTT > xxxx, …
-
visualization of identified SSRs
written by kk.mahsahi i used MISA (MIcroSAtellite identification tool) to SSRs of whole genome. Now i want to visualize my output, How can i do it? any …
-
Filter vcf file
written by samocarp •Hello all, I´d like to remove entire lines from a "vcf file" using a "txt file" containing the following columns: #CHROM POS What´s the best …
-
how to combine two output of RepeatMasker?
written by kk.mahsahi i run homology-based and denovo identification of repeats using Repeatmasker and Repeatmodeler. Now i have two output that i want to combine them to …
-
how can I remove duplicated variants from vcf file?
written by kk.mahsaHow can I remove duplicated variants from vcf file? I googled and searched in biostars history but I did not find any way to do …
-
id in text file for sequence retrival from multifasta
written by tcf.hcdgDear all I have a text file containing all the sequences which I wanted to extract from the fasta file. I tried as an example …
-
How can I convert a tab delemeted file to vcf format using vcf-annotate tool?
written by ivivek_ngsI am having a tab delimeted variant file which I created using the `fpfilter.pl `(that filters out false positives from varscan output vcf file). Now …
Is it space or tab delimited? What have you tried? Did you google or search stack exchange?
Hello kk.mahsa!
We believe that this post does not fit the main topic of this site.
sed -r 's/\s+//g' in.file(not that this was the first hit on google when queryingremove all spaces in bash)For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.
If you disagree please tell us why in a reply below, we'll be happy to talk about it.
Cheers!