Skip to content

Commit

Permalink
Create a symlink of the database to the job working directory
Browse files Browse the repository at this point in the history
Ensure that the _taxonomy file is not written to the test data section

Co-authored-by: M Bernt <[email protected]>
  • Loading branch information
hugolefeuvre and bernt-matthias authored Nov 20, 2024
1 parent c729ba6 commit 072fc28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/mmseqs2/mmseqs2_taxonomy_assignment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ mmseqs createdb
--shuffle $createdb.shuffle &&
ls -lah &&
ls -lah '$createtaxdb.database_type.mmseqs2_db_select.fields.path'* &&
ln -s '$createtaxdb.database_type.mmseqs2_db_select.fields.path' taxdb &&
mmseqs createtaxdb
'$createtaxdb.database_type.mmseqs2_db_select.fields.path'
'taxdb'
'tmp'
#if '$createtaxdb.tax_mapping_file'
--tax-mapping-file '$createtaxdb.tax_mapping_file'
Expand Down

0 comments on commit 072fc28

Please sign in to comment.