Sponsored Content
Top Forums UNIX for Dummies Questions & Answers How to delete text between two characters in line? Post 302774787 by euspilapteryx on Sunday 3rd of March 2013 09:45:24 AM
Old 03-03-2013
How to delete text between two characters in line?

Hi,

I have a large text file with the following format:

>gi|347545744|gb|JN204951.1| Dismorphia spio voucher 5
ATCAAATTCCTTCCTCTCCTTAAA
>gi|17544664774|gb|WN204922.32| Rodapara nigens gene region
CCGGGCAAATTCCTTCCTCTCCTTAAA
>gi|555466400|gb|SG255122.8| Bombyx mandariana genbank 3
CCGGGCAAATTCCTTCCTCTCCTTAAA

in each line, I would like the text between the ">" and the first space deleted. The text should be outputted like:

>Dismorphia spio voucher 5
ATCAAATTCCTTCCTCTCCTTAAA
>Rodapara nigens gene region
CCGGGCAAATTCCTTCCTCTCCTTAAA
>Bombyx mandariana genbank 3
CCGGGCAAATTCCTTCCTCTCCTTAAA

The lines that need to be edited all begin with ">". Is there a quick way to do this?
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

delete last line from text file

I have a file with which i must remove the last line of the file (the footer). I know how to copy and redirect with tail -1 etc, but how do i delete it permanentely (4 Replies)
Discussion started by: hcclnoodles
4 Replies

2. Shell Programming and Scripting

Replacing all but last Hex characters in a text line

I must remove hex characters 0A and 0D from several fields within an MS Access Table. Since I don't think it can be done in Access, I am trying here. I am exporting a Table from Access (must be fixed length fields, I think, for my idea to work here) into a text format. I then want to run a... (2 Replies)
Discussion started by: BAH
2 Replies

3. Shell Programming and Scripting

Delete first line from any text file ?

What command I can use to delete first line from any text file ? Thk (5 Replies)
Discussion started by: aungomarin
5 Replies

4. UNIX for Dummies Questions & Answers

how to delete line with matching text and line immediately after

hello experts, I have a file: File1 Sample Test1 This is a Test Sample Test2 Another Test Final Test3 A final Test I can use sed to delete the line with specific text ie: sed '/Test2/d' File1.txt > File2.txt How can I delete the line with the matching text and the line immediately... (6 Replies)
Discussion started by: orahi001
6 Replies

5. Shell Programming and Scripting

how to delete text from line starting pattern1 up to line before pattern2?

My data is xml'ish (here is an excerpt) :- <bag name="mybag1" version="1.0"/> <contents id="coins"/> <bag name="mybag2" version="1.1"/> <contents id="clothes"/> <contents id="shoes"/> <bag name="mybag3" version="1.6"/> I want to delete line containing mybag2 and its subsequent... (5 Replies)
Discussion started by: repudi8or
5 Replies

6. Shell Programming and Scripting

delete duplicated characters in each line

I'm a biologist trying to analyse some data and I'll appreciate some help with the following problem. I have a column of characters which I'll like to delete the duplicated characters in each line and report only the unique one.No sorting should be done. E.g. The original data: GTG CTC CTC... (5 Replies)
Discussion started by: ivpz
5 Replies

7. Shell Programming and Scripting

Delete new line characters from a file

Hi, I have a file with about 25 colums separated with '~', but few of the lines have extra tabs ('^') and new line characters ('$'). Is there a way I can delete those characters if they are anywhere before the 25th column in a line? example: CLUB000650;12345678;0087788667;NOOP MEMBER ... (4 Replies)
Discussion started by: rudoraj
4 Replies

8. Shell Programming and Scripting

Delete characters from each line

Hi, I have a file that has data in the following manner, tt_0.00001.dat 123.000 tt_0.00002.dat 124.000 tt_0.00002.dat 125.000 This is consistent for all the entries in the file. I want to delete the 'tt_' and '.dat' from each line. Could anyone please guide me how to do this using awk or... (2 Replies)
Discussion started by: lost.identity
2 Replies

9. Shell Programming and Scripting

delete first 2 characters for each line, please help

hi, ./R1_970330_210505.sard ./R1_970403_223412.sard ./R1_970626_115235.sard ./R1_970626_214344.sard ./R1_970716_234214.sard ... ... ... for these strings, i wanna remove the ./ for each line how can i do that? i know it could possibly be done by sed, but i really have not idea how... (4 Replies)
Discussion started by: sunnydanniel
4 Replies

10. Shell Programming and Scripting

How delete characters of specific line with sed?

Hi, I have a text file with some lines like this: /MEDIA/DISK1/23568742.MOV /MEDIA/DISK1/87456321.AVI /MEDIA/DISK2/PART1/45753131.AVI /IMPORT/44452.WAV ... I want to remove the last 12 characters in each line that it ends "AVI". Should look like this: /MEDIA/DISK1/23568742.MOV... (12 Replies)
Discussion started by: inaki
12 Replies
BP_UNFLATTEN_SEQ(1p)					User Contributed Perl Documentation				      BP_UNFLATTEN_SEQ(1p)

NAME
unflatten_seq - unflatten a genbank or genbank-style feature file into a nested SeqFeature hierarchy SYNOPSIS
unflatten_seq.PLS -e 3 -gff ~/cvs/bioperl-live/t/data/AE003644_Adh-genomic.gb unflatten_seq.PLS --detail ~/cvs/bioperl-live/t/data/AE003644_Adh-genomic.gb unflatten_seq.PLS -i foo.embl --from embl --to chadoxml -o out.chado.xml unflatten_seq.PLS --notypemap --detail --to asciitree -ethresh 2 AE003644_Adh-genomic.gb DESCRIPTION
This script will unflatten a genbank or genbank-style file of SeqFeatures into a nested hierarchy. See Bio::SeqFeature::Tools::Unflattener In a GenBank/EMBL representation, features are 'flat' - for example, there is no link between an mRNA and a CDS, other than implicit links (eg via tags or via splice site coordinates) which may be hard to code for. This is most easily illustrated with the default output format, asciitree An unflattened genbank feature set may look like this (AB077698) Seq: AB077698 databank_entry 1..2701[+] gene mRNA CDS hCHCR-G 80..1144[+] exon 80..1144[+] five_prime_UTR 1..79[+] located_sequence_feature 137..196[+] located_sequence_feature 239..292[+] located_sequence_feature 617..676[+] located_sequence_feature 725..778[+] three_prime_UTR 1145..2659[+] polyA_site 1606..1606[+] polyA_site 2660..2660[+] Or like this (portion of AE003734) gene mRNA CG3320-RA CDS CG3320-PA 53126..54971[-] exon 52204..53323[-] exon 53404..53631[-] exon 53688..53735[-] exon 53798..53918[-] exon 54949..55287[-] mRNA CG3320-RB CDS CG3320-PB 53383..54971[-] exon 52204..53631[-] exon 53688..53735[-] exon 53798..53918[-] exon 54949..55287[-] The unflattening will also 'normalize' the containment hierarchy (in the sense of standardising it - e.g. making sure there is always a transcript record, even if genbank just specifies CDS and gene) By default, the GenBank types will be mapped to SO types See Bio::SeqFeature::Tools::TypeMapper COMMAND LINE ARGUMENTS
-i|input FILE input file (can also be specified as last argument) -from FORMAT input format (defaults to genbank) probably doesnt make so much sense to use this for non-flat formats; ie other than embl/genbank -to FORMAT output format (defaults to asciitree) should really be a format that is nested SeqFeature aware; I think this is only asciitree, chadoxml and gff3 -gff with export to GFF3 format (pre-3 GFFs make no sense with unflattened sequences, as they have no set way of representing feature graphs) -o|output FILE outfile defaults to STDOUT -detail show extra detail on features (asciitree mode only) -e|ethresh INT sets the error threshold on unflattening by default this script will throw a wobbly if it encounters weird stuff in the genbank file - raise the error threshold to signal these to be ignored (and reported on STDERR) -nomagic suppress use_magic in unflattening (see Bio::SeqFeature::Tools::Unflattener -notypemap suppress type mapping (see Bio::SeqFeature::Tools::TypeMapper TODO
Bio::SeqFeature::Tools::Unflattener allows fine-grained control over the unflattening process - need to add more options to allow this control at the command line FEEDBACK
Mailing Lists User feedback is an integral part of the evolution of this and other Bioperl modules. Send your comments and suggestions preferably to the Bioperl mailing list. Your participation is much appreciated. bioperl-l@bioperl.org - General discussion http://bioperl.org/wiki/Mailing_lists - About the mailing lists Reporting Bugs Report bugs to the Bioperl bug tracking system to help us keep track of the bugs and their resolution. Bug reports can be submitted via email or the web: https://redmine.open-bio.org/projects/bioperl/ AUTHOR
Chris Mungall E<lt>cjm-at-bioperl.orgE<gt> perl v5.14.2 2012-03-02 BP_UNFLATTEN_SEQ(1p)
All times are GMT -4. The time now is 01:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy