Skip to content

Commit

Permalink
from-scratch now removes CIFs and annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
persalteas committed Jan 31, 2021
1 parent 550e1ac commit e70f9e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion KnownIssues.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@
* [UPCOMING] Automated annotation of detected Recurrent Interaction Networks (RINs), see http://carnaval.lri.fr/ .
* [UPCOMING] Possibly, automated detection of HLs and ILs from the 3D Motif Atlas (BGSU). Maybe. Their own website already does the job.
* A field estimating the quality of the sequence alignment in table family.
* Possibly, more metrics about the alignments coming from Infernal.
* Possibly, more metrics about the alignments coming from Infernal.
* Move to SILVA LSU release 138
4 changes: 2 additions & 2 deletions RNAnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -1072,8 +1072,8 @@ def process_options(self):
elif opt == "--from-scratch":
warn("Deleting previous database and recomputing from scratch.")
subprocess.run(["rm", "-rf",
# path_to_3D_data + "annotations", # DEBUG : keep the annotations !
# path_to_3D_data + "RNAcifs", # DEBUG : keep the cifs !
path_to_3D_data + "annotations",
path_to_3D_data + "RNAcifs",
path_to_3D_data + "rna_mapped_to_Rfam",
path_to_3D_data + "rnaonly",
path_to_seq_data + "realigned",
Expand Down

0 comments on commit e70f9e6

Please sign in to comment.