Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions count-atgc/docs/Copia de detalles_proyecto.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -45,15 +45,16 @@ Formato de los archivos input que recibe el programa, así como el formato de lo
| 1. Proporciona archivo de entrada
v
+-------+-------+
| Programa |
| count-atgc |
+---------------+
```

- **Actor**: Usuario
- **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. ...
Expand Down