Updated QuickStart EukPhylo (markdown)

Godwin Ani 2025-01-28 14:07:31 -05:00
parent eb716944ab
commit e8742bd3f6

@ -50,14 +50,15 @@ 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 python wrapper.py -1 1 -2 7 --assembled_transcripts AssembledTranscripts -o Output_Folder --genetic_code Universal -d Databases > log.txt
``` ```
Code flags: | Parameter | Description|
* -1 = start/first script to run. | ----------- |----------------- |
* -2 = end/last script to run. | -1 | start/first script to run.|
* --assembled_transcripts = path to folder with Assembled transcripts in fasta format. | -2 | end/last script to run.|
* -o = path to output folder. | --assembled_transcripts | path to folder with Assembled transcripts in fasta format.|
* --genetic_code = specified genetic code, name of .txt file with Genetic codes; optional | -o | path to output folder.|
* -d = path to Databases folder. | --genetic_code | specified genetic code, name of .txt file with Genetic codes; optional.|
* 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: ### Output:
> ReadyToGo files = AA, NTD > ReadyToGo files = AA, NTD