Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 2, 2020
1 parent 7c1e065 commit 3e4189c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/process/process_all.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,8 @@ ncbimeta_yaml yaml
# Execute NCBImeta
NCBImeta.py --config ${ncbimeta_yaml}
# If annotation file supplied, run the annotation script
if [[ ${params.ncbimeta_annot} != "false" ]]; then
ANNOT_FILE=`basename ${params.ncbimeta_annot}`
mv ${workDir}/dummy_annot.txt `pwd`/\$ANNOT_FILE;
NCBImetaAnnotateReplace.py --table ${params.ncbimeta_annot_table} --annot ${params.ncbimeta_annot} --database ${params.ncbimeta_output_dir}/database/${params.ncbimeta_sqlite_db}
if [[ "${params.ncbimeta_annot}" != "false" ]]; then
NCBImetaAnnotateReplace.py --table ${params.ncbimeta_annot_table} --annot ${ncbimeta_annot} --database ${params.ncbimeta_output_dir}/database/${params.ncbimeta_sqlite_db}
fi
# Drop old or outdated join tables
sqlite3 ${params.ncbimeta_output_dir}/database/${params.ncbimeta_sqlite_db} "DROP TABLE IF EXISTS MasterFirst"
Expand Down

0 comments on commit 3e4189c

Please sign in to comment.