Mercurial > repos > galaxyp > peptideshaker
diff fasta_cli.xml @ 52:c506a7ccb856 draft
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/peptideshaker commit 1cb321cbce2a6528764abc9c9431687f56c57588"
| author | galaxyp |
|---|---|
| date | Fri, 21 May 2021 19:12:21 +0000 |
| parents | c807a13df45f |
| children | f5236b38562c |
line wrap: on
line diff
--- a/fasta_cli.xml Sat Apr 10 15:56:19 2021 +0000 +++ b/fasta_cli.xml Fri May 21 19:12:21 2021 +0000 @@ -28,7 +28,15 @@ ########################################### echo 'Creating decoy database.' && - searchgui -Djava.awt.headless=true eu.isas.searchgui.cmd.FastaCLI --exec_dir="./bin/" -temp_folder `pwd` -in '${input_database.display_name}' -decoy -decoy_flag $database_processing_options.decoy_tag -suffix $database_processing_options.decoy_type -decoy_suffix $database_processing_options.decoy_file_tag && + searchgui -Djava.awt.headless=true eu.isas.searchgui.cmd.FastaCLI + --exec_dir="./bin/" + -use_log_folder 0 + -temp_folder `pwd` + -in '${input_database.display_name}' + -decoy + -decoy_flag $database_processing_options.decoy_tag + -suffix $database_processing_options.decoy_type + -decoy_suffix $database_processing_options.decoy_file_tag && mv '${output_db_name}' output ]]> </command>
