-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
10 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env python3 | ||
__author__ = "[email protected]" | ||
__version__ = '5.2.2' # Python 3.7 syntax! | ||
__version__ = '5.3.0.' # Python 3.7 syntax! | ||
|
||
""" | ||
New SQANTI3 filter. It will serve as a wrapper for "rules" filter and "Machine-Learning" filter. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# Modified by Fran ([email protected]) currently as SQANTI3 version (05/15/2020) | ||
|
||
__author__ = "[email protected]" | ||
__version__ = '5.2.2' # Python 3.7 | ||
__version__ = '5.3.0' # Python 3.7 | ||
|
||
import pdb | ||
import os, re, sys, subprocess, timeit, glob, copy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env python3 | ||
__author__ = "[email protected]" | ||
__version__ = '5.2.2' | ||
__version__ = '5.3.0' | ||
|
||
################################################### | ||
########## SQANTI3 RESCUE WRAPPER ########## | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,16 +2,14 @@ filter_corrected_gtf#! /bin/bash -xe | |
|
||
# Author: Fabián Robledo | ||
# Email: [email protected] | ||
# Version: 0.9.1 | ||
# Version: 1.0.0 | ||
|
||
# One SQANTI3 to run them all | ||
# A wrapper, with a config file, to execute al three steps of a sqanti3 pipeline | ||
# in one execution | ||
# Al three steps (QC, filter and rescue) can be executed at will , as long | ||
# as the conf is told to skip the script in question | ||
|
||
# EXPERIMENTAL: this Wrapper is in progress, so expect that some parameters | ||
# are not perfectly tunned. | ||
# SQANTI3 (QC, Filter and Rescue) combined | ||
|
||
function main () { | ||
|