EMBOSSTasks were done by EMBOSS 6.6.0.0 installed on kodomo. Task 1I need to join a few files in FASTA format into one. Files to combine: to_join. The result: joined.fasta. Syntax (using seqret):
Task 2I need to split a files in FASTA format into a few different files. File to separate: coding3.fasta. The result: splited. Syntax (using seqretsplit):
Task 3I need to cut from the chromosome (GB file) three coding sequence at the specified coordinates and save them in a single file in FASTA format. I used chromosome_1_yeast.gb - Saccharomyces cerevisiae S288C chromosome I and list3.txt - a list of coding sequences' coordinates. The result: 3_cod_seq.fasta. Syntax (using seqret):
Task 4I need to translate the coding sequences using a specific table of the genetic code. I used "table 11" - Bacterial. File to translate: gene_sequences.fasta. The result: translated4.fasta. Syntax (using transeq):
Task 5I need to translate the coding sequences with 6 different frames of translation. File to translate: coding.fasta. The result: translated5.fasta. Syntax (using transeq):
Task 6I need to convert a file from FASTA format to MSF format. File contains alignment: alignment.fasta. The result: alignment.msf. Syntax (using seqret):
Task 7I need to write into file the number of matching letters between the second sequence alignment and all the rest. File contains alignment: alignment.fasta. The result: alignment7. Syntax (using infoalign):
Task 8I need to convert the annotation features from the record in GB format to GFF format. I used chromosome_1_yeast.gb - Saccharomyces cerevisiae S288C chromosome. The result chromosome_1_yeast.gff. Syntax (using featcopy):
Task 9I need to cut from the chromosome (GB file) coding sequences and save them in a single file in FASTA format. I used chromosome_1_yeast.gb - Saccharomyces cerevisiae S288C chromosome I. The result: cod_seqs.fasta. Syntax (using extractfeat):
Task 10I need to shuffle the letters in a nucleotide sequence. I used coding.fasta. The result: shuffled.fasta. Syntax (using shuffleseq):
Task 13I need to find out the frequency of codons in coding sequences. I used cod_seqs.fasta. The result codon_freq.txt. Syntax (using cusp):
Task 15I need to align coding sequences in respectively the alignment of proteins. I used files from 13. The result: tranaligned.fasta. Syntax (using tranalign):
Task 17I need to delete gaps and other extraneous characters from the alignment. I used: alignment.fasta. The result: alignment_processed.fasta. Syntax (using degapseq):
Task 18I need to convert the line endings to UNIX. I used: 17.txt. The result: 17_unix.txt. Syntax (using noreturn):
Task 19I need to create 3 random sequences with 100 nucleotides. The result 19.fasta. Syntax (using makenucseq):
Task 20I need to convert file in FASTQ format to FASTA format. I used: sra_data.fastq. The result: sra_data.fasta. Syntax (using seqret):
© Darya Potanina, 2017 |