Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unused tool parameters #576

Closed
5 tasks done
bernt-matthias opened this issue Jan 24, 2022 · 2 comments
Closed
5 tasks done

Unused tool parameters #576

bernt-matthias opened this issue Jan 24, 2022 · 2 comments

Comments

@bernt-matthias
Copy link
Contributor

bernt-matthias commented Jan 24, 2022

Describe the bug

With galaxyproject/galaxy#12724 planemo lint may error on input parameters that are not used:

  • tools/gatk4/Mutect2.xml has some .. tool should be deprecated (is in IUC)
  • tools/justgzip/gzip.xml
    • datatype
  • tools/manta/manta.xml
    • additional_param
  • tools/pathifier/pathifier.xml
    • rdata
  • tools/small_rna_clusters/small_rna_clusters.xml
    • first_plot
@drosofff
Copy link
Member

@bernt-matthias wrote:

tools/justgzip/gzip.xml
datatype

the datatype parameter is used in the <change_format> tag:

   <change_format>
       <when input="datatype" value="sanger" format="fastqsanger.gz" />
       <when input="datatype" value="illumina" format="fastqillumina.gz" />
   </change_format>

@bernt-matthias
Copy link
Contributor Author

the datatype parameter is used in the <change_format> tag:

True, still this #580 might be better?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants