Mercurial > repos > earlhaminst > smart_domains
changeset 2:a4a0f9b87a9c draft default tip
planemo upload for repository https://github.com/TGAC/earlham-galaxytools/tree/main/tools/smart_domains commit 457bb20f9c1c007b42d79b08527f5c558529ab8a-dirty
author | earlhaminst |
---|---|
date | Mon, 24 Feb 2025 17:18:36 +0000 |
parents | 8c24cc7431aa |
children | |
files | smart-domain.pl smart_domains.xml |
diffstat | 2 files changed, 11 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/smart-domain.pl Tue Dec 22 04:29:12 2020 +0000 +++ b/smart-domain.pl Mon Feb 24 17:18:36 2025 +0000 @@ -14,15 +14,15 @@ =head1 NAME -SMART_batch - submit sequences from a FASTA file to SMART +smart-domain - submit sequences from a FASTA file to SMART =head1 SYNOPSIS -B<SMART_batch.pl> I<options> +B<smart-domain.pl> I<options> =head1 DESCRIPTION -Use B<SMART_batch.pl> to submit multiple protein sequences from a FASTA file into the SMART analysis queue. Results are saved into plain text files. +Use B<smart-domain.pl> to submit multiple protein sequences from a FASTA file into the SMART analysis queue. Results are saved into plain text files. =head1 GENERAL OPTIONS @@ -54,11 +54,11 @@ =item B<--includePfam> -Include Pfam domains in the search. (http://pfam.sanger.ac.uk/) +Include Pfam domains in the search. (https://www.ebi.ac.uk/interpro/) =item B<--includeSignalP> -Include signal peptide predictions. (http://www.cbs.dtu.dk/services/SignalP/) +Include signal peptide predictions. (https://services.healthtech.dtu.dk/services/SignalP-5.0/) =item B<--includeRepeats> @@ -70,15 +70,15 @@ =item B<--includeSchnipsel> -Include predictions of outlier homologues and homologues of known structures. (http://smart.embl.de/help/smart_glossary.shtml#outlier) +Include predictions of outlier homologues and homologues of known structures. (https://smart.embl.de/help/smart_glossary.shtml#outlier) =back =head1 SEE ALSO - SMART Home page : http://smart.embl.de - SMART FAQ : http://smart.embl.de/help/FAQ.shtml + SMART Home page : https://smart.embl.de + SMART FAQ : https://smart.embl.de/help/FAQ.shtml =head1 AUTHORS @@ -88,8 +88,8 @@ =cut -my $submit_url = "http://smart.embl.de/smart/show_motifs.pl"; -my $job_status_url = "http://smart.embl.de/smart/job_status.pl"; +my $submit_url = "https://smart.embl.de/smart/show_motifs.pl"; +my $job_status_url = "https://smart.embl.de/smart/job_status.pl"; my $output_format = "txt"; my ($show_help, $input_file, $output_directory, $do_pfam, $do_signalp, $do_rep, $do_disembl, $do_schnipsel); my $op_r = GetOptions (
--- a/smart_domains.xml Tue Dec 22 04:29:12 2020 +0000 +++ b/smart_domains.xml Mon Feb 24 17:18:36 2025 +0000 @@ -87,7 +87,7 @@ Modified by Anil Thanki <Anil.Thanki@earlham.ac.uk> to parse output in JSON and tabular format to adapt in Galaxy -.. _SMART: http://smart.embl.de/ +.. _SMART: https://smart.embl.de/ ]]></help> <citations> <citation type="doi">10.1073/pnas.95.11.5857</citation>