This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| NAME | |
| gene_Class_creating.py | |
| VERSION | |
| 1.0 | |
| AUTHOR | |
| Axel Zagal Norman <azagal@lcg.unam.mx> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| NAME | |
| Sequence_handling.py | |
| VERSION | |
| 1.3 | |
| AUTHOR | |
| Axel Zagal Norman <azagal@lcg.unam.mx> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """ | |
| NAME | |
| amino_acid_residues_counter.py | |
| VERSION | |
| 3.0 | |
| AUTHOR | |
| Axel Zagal Norman <azagal@lcg.unam.mx> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ''' | |
| NAME | |
| small_RNA_counter.py | |
| VERSION | |
| 1.0 | |
| AUTHOR | |
| Axel Zagal Norman <azagal@lcg.unam.mx> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| """NAME | |
| remove_adapter.py | |
| VERSION | |
| 2.0 | |
| AUTHOR | |
| Axel Zagal Norman <azagal@lcg.unam.mx> | |
| DESCRIPTION | |
| Remove a specific adapter from DNA sequences contained in a .txt file |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| '''NAME | |
| DNA Complement | |
| VERSION | |
| 0.5 | |
| AUTHOR | |
| Axel Zagal <azagal@lcg.unam.mx> | |
| DESCRIPTION |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| file=input("¿Que archivo quieres abrir?\n") | |
| file=open("../source/{}".format(file),"r") | |
| leyendo_archivo=file.read() | |
| print(leyendo_archivo) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| '''NAME | |
| lectura_archivo | |
| VERSION | |
| 2.0 | |
| AUTHOR | |
| Axel Zagal <azagal@lcg.unam.mx> | |
| DESCRIPTION |