diff --git a/count-atgc/docs/Copia de detalles_proyecto.md b/count-atgc/docs/Copia de detalles_proyecto.md index b2581dd..c489279 100644 --- a/count-atgc/docs/Copia de detalles_proyecto.md +++ b/count-atgc/docs/Copia de detalles_proyecto.md @@ -8,14 +8,14 @@ Fecha: ## Descripción del Problema - +Counts the occurrences of the symbols 'A', 'T', 'G' and 'C' of a DNA strand that is read through a file. ## Especificación de Requisitos Requisitos funcionales -- Requisito 1 +- Requisito 1: The program should accumulate the occurrence of the nucleotide characters 'A', 'C', 'G', and 'T' each into distinct variables. - Requisito 2 - Requisito n @@ -45,7 +45,7 @@ Formato de los archivos input que recibe el programa, así como el formato de lo | 1. Proporciona archivo de entrada v +-------+-------+ - | Programa | + | count-atgc | +---------------+ ``` @@ -53,7 +53,8 @@ Formato de los archivos input que recibe el programa, así como el formato de lo - **Descripción**: El actor proporciona un archivo de entrada... - **Flujo principal**: - 1. ... + 1. The user starts the program from the command line, providing the path to the DNA sequence file and optionally, the nucleotides they wish to count. + 2. The system verifies if the file exists. 2. ... 3. ... 4. ...