Mercurial > repos > greg > assembly_post_processor
comparison assembly_post_processor.xml @ 88:a9ca872be416 draft
Uploaded
| author | greg |
|---|---|
| date | Wed, 25 Oct 2017 09:33:17 -0400 |
| parents | e8d7d4a1672f |
| children | 69f34ef8bfab |
comparison
equal
deleted
inserted
replaced
| 87:e8d7d4a1672f | 88:a9ca872be416 |
|---|---|
| 30 --dereplicate true | 30 --dereplicate true |
| 31 #end if | 31 #end if |
| 32 --min_length $options_type.min_length | 32 --min_length $options_type.min_length |
| 33 #end if | 33 #end if |
| 34 --num_threads \${GALAXY_SLOTS:-4} | 34 --num_threads \${GALAXY_SLOTS:-4} |
| 35 2>&1 | 35 &>proc.log |
| 36 && mv $output_dir/transcripts.cds '$output_cds' | 36 && mv $output_dir/transcripts.cds '$output_cds' |
| 37 && mv $output_dir/transcripts.pep '$output_pep' | 37 && mv $output_dir/transcripts.pep '$output_pep' |
| 38 && mv $output_dir/transcripts.cleaned.cds '$output_cleaned_cds' | 38 && mv $output_dir/transcripts.cleaned.cds '$output_cleaned_cds' |
| 39 && mv $output_dir/transcripts.cleaned.pep '$output_cleaned_pep' | 39 && mv $output_dir/transcripts.cleaned.pep '$output_cleaned_pep' |
| 40 #if str($options_type.options_type_selector) == 'advanced': | 40 #if str($options_type.options_type_selector) == 'advanced': |
