Mercurial > repos > rv43 > chess_tomo
view run_tomo_combine @ 35:e6bf49af75bc draft default tip
planemo upload for repository https://github.com/rolfverberg/galaxytools commit 19fefed1d90e6d214dc6eb6998ad11eee8233f24-dirty
| author | rv43 |
|---|---|
| date | Wed, 22 Mar 2023 16:52:56 +0000 |
| parents | 50923144fb56 |
| children |
line wrap: on
line source
#!/bin/bash # From workflow #python -m workflow run_tomo -i sobhani-3249-A_recon.nxs -o sobhani-3249-A_recon_combined.nxs -n 48 -s 'only' --combine_data #python -m workflow run_tomo -i tenstom_1304r-1_one_stack_recon.nxs -o tenstom_1304r-1_one_stack_recon_combined.nxs -n 48 -s 'only' --combine_data #python -m workflow run_tomo -i tenstom_1304r-1_recon.nxs -o tenstom_1304r-1_recon_combined.nxs -n 48 -s 'only' --combine_data # As Galaxy tool: python tomo_combine.py -i tenstom_1304r-1_recon.nxs -o tenstom_1304r-1_recon_combined.nxs --log_level INFO -l tomo.log --galaxy_flag
