Skip to content

Commit

Permalink
Merge pull request #44 from Arcadia-Science/ter/cleanup-envs
Browse files Browse the repository at this point in the history
Cleanup unused envs, scripts, and file pointers
  • Loading branch information
taylorreiter authored May 22, 2024
2 parents c55c79a + 6fd32b2 commit 38782b9
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 49 deletions.
2 changes: 1 addition & 1 deletion curate_datasets_and_build_models.snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ VALIDATION_TYPES = [
# Note that for variables CODING_TYPES and DATASET_TYPES, the order matters;
# The snakemake expand() function maintains the order of these arguments.
# This behavior is used later in the snakefile to specify inputs and outputs of different scripts/shell commands.
# The order of CODING_TYPES must correspond to the order of the positional args that are later passed to rnasamba.
# The order of CODING_TYPES must correspond to the order of the positional args that are later passed to plm-utils.
# In addition, the order of CODING_TYPES and DATASET_TYPES is used to declare outputs in the rule/R script process_sequences_into_nonoverlapping_sets.
CODING_TYPES = ["coding", "noncoding"]
DATASET_TYPES = ["train", "validation"]
Expand Down
7 changes: 0 additions & 7 deletions envs/caret.yml

This file was deleted.

11 changes: 0 additions & 11 deletions envs/rnasamba.yml

This file was deleted.

29 changes: 0 additions & 29 deletions scripts/calculate_rnasamba_model_accuracy.R

This file was deleted.

1 change: 0 additions & 1 deletion scripts/calculate_sequence_statistics.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ library(tidyverse)
source("scripts/parse_sequence_information.R")

files <- unlist(snakemake@input)
#files <- Sys.glob("outputs/models/rnasamba/build/2_sequence_sets/*.fa.seqkit.fai")
fai_col_names <- c("sequence", "length", "offset", "linebases", "linewidth")
fai <- files %>%
set_names() %>%
Expand Down

0 comments on commit 38782b9

Please sign in to comment.