Skip to content

Commit

Permalink
Code annotation type
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas MANOSALVA PEREZ committed May 23, 2024
1 parent 6d49e9e commit 463ec11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mini_ac_icres.nf
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ workflow MINIAC_ICRES {
exit 1, "MINI-AC iCREs can only be run for two sets: all and maxf1. Instead it got '${params.icres_set}'."
}

// set input data parameters for the exection of MINI-AC genome-wide mode
// set input data parameters for the execution of MINI-AC genome-wide mode
params.Faix_file = "$projectDir/data/${species}/${species}.fasta.fai"
params.Motif_tf_file = "$projectDir/data/${species}/${species}_motif_TF_file.txt"
params.Feature_file = "$projectDir/data/${species}/${species}_go_gene_file.txt"
Expand Down

0 comments on commit 463ec11

Please sign in to comment.