|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
org.intermine.bio.postprocess.FlyBaseUniProtRefsTask
public class FlyBaseUniProtRefsTask
Task to read a file mapping cds identifiers to UniProt accession numbers and create a protein reference in the CDSs.
| Field Summary | |
|---|---|
protected java.io.File |
linkFile
|
protected java.lang.String |
objectStoreWriter
|
protected ObjectStore |
os
|
protected ObjectStoreWriter |
osw
|
| Fields inherited from class org.apache.tools.ant.Task |
|---|
description, location, target, taskName, taskType, wrapper |
| Fields inherited from class org.apache.tools.ant.ProjectComponent |
|---|
project |
| Constructor Summary | |
|---|---|
FlyBaseUniProtRefsTask()
|
|
| Method Summary | |
|---|---|
void |
execute()
Use the linkFile attribute (which is a file containing FlyBase Translation <-> UniProt accession numbers) to link Translation objects to Protein objects in the ObjectStoreWriter. |
void |
setLinkFile(java.io.File linkFile)
Set the linkFile attribute. |
void |
setObjectStoreWriter(java.lang.String objectStoreWriter)
Sets the value of objectStoreWriter |
| Methods inherited from class org.apache.tools.ant.Task |
|---|
getDescription, getLocation, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, maybeConfigure, perform, reconfigure, setDescription, setLocation, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
| Methods inherited from class org.apache.tools.ant.ProjectComponent |
|---|
getProject, setProject |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ObjectStoreWriter osw
protected ObjectStore os
protected java.lang.String objectStoreWriter
protected java.io.File linkFile
| Constructor Detail |
|---|
public FlyBaseUniProtRefsTask()
| Method Detail |
|---|
public void setObjectStoreWriter(java.lang.String objectStoreWriter)
objectStoreWriter - an objectStoreWriter alias for operations that require onepublic void setLinkFile(java.io.File linkFile)
linkFile - the File to read in execute()
public void execute()
throws org.apache.tools.ant.BuildException
execute in class org.apache.tools.ant.Taskorg.apache.tools.ant.BuildException - if there is a problem while executing
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||