Skip to content
Snippets Groups Projects
Commit ec25278d authored by JB's avatar JB
Browse files

Removed test workflow

parent a3fb54c8
No related branches found
No related tags found
No related merge requests found
......@@ -20,21 +20,6 @@ version 1.0
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
workflow test {
input {
File GTFfile
File genomeFile
String outputPrefix
}
call GetSJsFromGtf as GTFgen {
input:
GTFfile = GTFfile,
genomeFile = genomeFile,
outputPrefix = outputPrefix
}
}
task CleanSpliceJunctions {
input {
File SAMfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment