Skip to content
Snippets Groups Projects
Commit 0268fb80 authored by nina.marthe_ird.fr's avatar nina.marthe_ird.fr
Browse files

modified the setting of the parameter max_diff

parent 189e853c
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ if run=="command_line": ...@@ -42,7 +42,7 @@ if run=="command_line":
graph_gaf(out_gaf,gfa) graph_gaf(out_gaf,gfa)
# outputs the gff of a genome for the chr10 # outputs the gff of a genome for the chr10
max_diff=2 # maximum size difference (n times bigger or smaller) between the gene on the reference genome and the gene on the target genome for the gene to be transfered. max_diff=2 # maximum size difference (n times bigger or smaller) between the gene on the source genome and the gene on the target genome for the gene to be transfered.
genome_gff(pos_seg,gfa,out_once,out_detail,out_var,target_genome_name,max_diff) genome_gff(pos_seg,gfa,out_once,out_detail,out_var,target_genome_name,max_diff)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment