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

Duplicate fields #1

Open
dgarijo opened this issue Jun 23, 2020 · 0 comments
Open

Duplicate fields #1

dgarijo opened this issue Jun 23, 2020 · 0 comments

Comments

@dgarijo
Copy link
Contributor

dgarijo commented Jun 23, 2020

This is not an issue per se, but I have seen that the KG produces duplicate entries:

<http://w3id.org/okn/o/i/Software/2014-EGI_READemption_Webinar> a sd:Software ;
    sd:author <http://w3id.org/okn/o/i/Person/konrad> ;
    sd:description "Scripts for the Webinar \"RNA-Seq analysis with READemption - Setup and usage in the EGI Federated Cloud\""^^xsd:string ;
    sd:downloadUrl "https://github.com/konrad/2014-EGI_READemption_Webinar/releases"^^xsd:anyURI ;
    sd:hasInstallInstructions """This is a collection of scripts used during the 
[EGI](https://www.egi.eu) webinar "RNA-Seq analysis with READemption - Setup
and usage in the EGI Federated Cloud" given at November, 27th, 2014 by
Konrad Förstner.

* `create_vm.sh`: Creates the virtual machine
* `setup_system_on_egi_vm.sh`: Installs required software on the virtual machine
* `get_rna_seq_data_from_geo.sh`: Retrieves and pre-processes the RNA-Seq data 
* `run_reademption_analysis.sh`: Performs the actual analysis using
  [READemption](http://pythonhosted.org/READemption/)
"""^^xsd:string ;
    sd:hasSourceCode <http://w3id.org/okn/o/i/SoftwareSource/2014-EGI_READemption_Webinar> ;
    sd:hasUsageNotes """This is a collection of scripts used during the 
[EGI](https://www.egi.eu) webinar "RNA-Seq analysis with READemption - Setup
and usage in the EGI Federated Cloud" given at November, 27th, 2014 by
Konrad Förstner.

* `create_vm.sh`: Creates the virtual machine
* `setup_system_on_egi_vm.sh`: Installs required software on the virtual machine
* `get_rna_seq_data_from_geo.sh`: Retrieves and pre-processes the RNA-Seq data 
* `run_reademption_analysis.sh`: Performs the actual analysis using
  [READemption](http://pythonhosted.org/READemption/)
"""^^xsd:string ;

in that entry, it's usage notes and installation instructions (which it's ok, because they can overlap). However, we may want to look this in detail in next iterations.

@dgarijo dgarijo changed the title Duplicate fileds Duplicate fields Mar 7, 2021
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

1 participant