mirror of
http://43.156.76.180:8026/YuuMJ/EukPhylo.git
synced 2025-12-30 07:40:25 +08:00
Updated PhyloToL Part 1: GF assignment (markdown)
parent
2c92cffc98
commit
ca55d509c5
@ -95,7 +95,14 @@ Role of each script
|
||||
|
||||
To process transcriptomes, run:
|
||||
|
||||
`python wrapper.py -1 1 -2 7 --assembled_transcripts AssembledTranscripts -o . --genetic_code Universal -d Databases > log.txt`
|
||||
`python Scripts/wrapper.py -1 1 -2 7 --assembled_transcripts AssembledTranscripts --output . --genetic_code Universal -d Databases > log.txt`
|
||||
* -1 = start script
|
||||
* -2 = end script
|
||||
* --assembled_transcripts = Folder with Assembled transcripts in fasta format
|
||||
* --output = path to output folder
|
||||
* --genetic_code = specified genetic code, name of .txt file with Genetic codes
|
||||
* -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
|
||||
|
||||
|
||||
### Processing genomes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user