Updated QuickStart EukPhylo (markdown)

Godwin Ani 2025-01-28 13:58:51 -05:00
parent 5a9ca29d5c
commit eb716944ab

@ -50,14 +50,14 @@ EukPhylo part 1 runs CDS (genome) or assembled transcripts (transcriptome) throu
```
python wrapper.py -1 1 -2 7 --assembled_transcripts AssembledTranscripts -o Output_Folder --genetic_code Universal -d Databases > log.txt
```
Here add detail of each option possible:
* -1 = start script
* -2 = end script
* --assembled_transcripts = Folder with Assembled transcripts in fasta format
* -o = path to output folder
Code flags:
* -1 = start/first script to run.
* -2 = end/last script to run.
* --assembled_transcripts = path to folder with Assembled transcripts in fasta format.
* -o = path to output folder.
* --genetic_code = specified genetic code, name of .txt file with Genetic codes; optional
* -d = path to Databases folder
* log.txt = if added to the end of the command, it will output a log file with progress, warning, or error messages
* -d = path to Databases folder.
* log.txt = if added to the end of the command, it will output a log file with progress, warning, or error messages.
### Output:
> ReadyToGo files = AA, NTD
@ -85,10 +85,10 @@ To add the XPC option, only available for transcriptomes, user need to add the -
```
python wrapper.py -1 1 -2 5 --cds CDS -o Output_Folder --genetic_code Gcodes.txt -d Databases > log.txt
```
Here add detail of each options possible:
* -1 = start script
* -2 = end script
* --cds = Folder with CDS files in fasta format
Code flags:
* -1 = start/first script to run.
* -2 = end/last script to run.
* --cds = path to folder with CDS files in fasta format.
* -o = path to output folder
* --genetic_code = specified genetic code, name of .txt file with Genetic codes; optional
* -d = path to Databases folder