-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
f682b43
commit 63a0d2e
Showing
33 changed files
with
33,242 additions
and
105 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,23 @@ | ||
.vscode | ||
.cache | ||
.DS_Store | ||
/Archive | ||
/cwl_cache | ||
/index | ||
/Data | ||
/metascape_result | ||
/notebooks/cache | ||
/out/rice_up | ||
/out/rice_down | ||
/r-env | ||
/scripts/archive | ||
/test/oryza_sativa_test/uniprotkb_human_all_241107.fasta | ||
/test/oryza_sativa_test/uniprotkb_rice_all_240820.fasta | ||
/test/oryza_sativa_test/uniprotkb_39947_all.fasta | ||
/test/oryza_sativa_test/uniprotkb_9606_all.fasta | ||
/test/zea_mays_test/uniprotkb_9606_all.fasta | ||
/test/zea_mays_test/uniprotkb_4577_all.fasta | ||
/test/oryza_sativa_test/index_hit_species/* | ||
/test/oryza_sativa_test/index_query_species/* | ||
/test/zea_mays_test/index_hit_species/* | ||
/test/zea_mays_test/index_query_species/* | ||
/test/zea_mays_test/result_needle/* | ||
/test/zea_mays_test/result_water/* | ||
/test/zey_mays_test/zea_mays_random_gene_afinfo/* | ||
/test/zey_mays_test/zea_mays_random_gene_mmcif/* | ||
/test/zey_mays_test/split_fasta_hit_species/* | ||
/test/zey_mays_test/split_fasta_query_species/* | ||
/test/zea_mays_test/foldseek_output_swissprot_zm_random_evalue01.tsv | ||
cmd_history.txt |
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 was deleted.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
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 |
---|---|---|
@@ -0,0 +1,79 @@ | ||
INPUT_DIRECTORY: # default value of type 'Directory'. | ||
class: Directory | ||
location: ../test/zea_mays_test/zea_mays_random_gene_mmcif/ | ||
FILE_MATCH_PATTERN: "*.cif" # default value of type 'string'. | ||
|
||
|
||
# foldseek inputs | ||
FOLDSEEK_INDEX: # default value of type 'File'. | ||
class: File | ||
location: ../index/index_swissprot/swissprot | ||
secondaryFiles: | ||
- class: File | ||
location: ../index/index_swissprot/swissprot_ca | ||
- class: File | ||
location: ../index/index_swissprot/swissprot_ca.dbtype | ||
- class: File | ||
location: ../index/index_swissprot/swissprot_ca.index | ||
- class: File | ||
location: ../index/index_swissprot/swissprot_h | ||
- class: File | ||
location: ../index/index_swissprot/swissprot_h.dbtype | ||
- class: File | ||
location: ../index/index_swissprot/swissprot_h.index | ||
- class: File | ||
location: ../index/index_swissprot/swissprot_mapping | ||
- class: File | ||
location: ../index/index_swissprot/swissprot_ss | ||
- class: File | ||
location: ../index/index_swissprot/swissprot_ss.dbtype | ||
- class: File | ||
location: ../index/index_swissprot/swissprot_ss.index | ||
- class: File | ||
location: ../index/index_swissprot/swissprot_taxonomy | ||
- class: File | ||
location: ../index/index_swissprot/swissprot.dbtype | ||
- class: File | ||
location: ../index/index_swissprot/swissprot.index | ||
- class: File | ||
location: ../index/index_swissprot/swissprot.lookup | ||
- class: File | ||
location: ../index/index_swissprot/swissprot.version | ||
|
||
OUTPUT_FILE_NAME1: "foldseek_output_swissprot_zm_random_evalue01.tsv" # default value of type 'string'. | ||
EVALUE: 0.1 # default value of type 'double'. | ||
THREADS: 16 # default value of type 'int'. | ||
SPLIT_MEMORY_LIMIT: "120G" # default value of type 'string'. | ||
TAXONOMY_ID_LIST: "9606,10090,3702,39947" # default value of type 'string'. | ||
|
||
# filtering | ||
OUTPUT_FILE_NAME2: "foldseek_zm_random_9606.tsv" # default value of type 'string'. | ||
WF_COLUMN_NUMBER_QUERY_SPECIES: 1 # default value of type 'int'. | ||
OUTPUT_FILE_NAME_QUERY_SPECIES: "foldseek_result_query_species.txt" # default value of type 'string'. | ||
WF_COLUMN_NUMBER_HIT_SPECIES: 2 # default value of type 'int'. | ||
OUTPUT_FILE_NAME_HIT_SPECIES: "foldseek_result_hit_species.txt" # default value of type 'string'. | ||
|
||
|
||
SW_INPUT_FASTA_FILE_QUERY_SPECIES: # default value of type 'File'. | ||
class: File | ||
format: http://edamontology.org/format_1929 | ||
location: ../test/zea_mays_test/uniprotkb_4577_all.fasta | ||
SW_INPUT_FASTA_FILE_HIT_SPECIES: # default value of type 'File'. | ||
class: File | ||
format: http://edamontology.org/format_1929 | ||
location: ../test/zea_mays_test/uniprotkb_9606_all.fasta | ||
|
||
|
||
ROUTE_DATASET: "uniprot,ensembl_protein,ensembl_transcript,ensembl_gene,hgnc,hgnc_symbol" # default value of type 'string'. | ||
OUTPUT_FILE_NAME3: "foldseek_hit_species_togoid_convert.tsv" # default value of type 'string'. | ||
|
||
OUT_NOTEBOOK_NAME: "plant2human_report.ipynb" # default value of type 'string'. | ||
QUERY_IDMAPPING_TSV: # default value of type 'File'. | ||
class: File | ||
format: http://edamontology.org/format_3475 | ||
location: ../test/zea_mays_test/zea_mays_random_gene_idmapping_all.tsv | ||
|
||
QUERY_GENE_LIST_TSV: # default value of type 'File'. | ||
class: File | ||
format: http://edamontology.org/format_3475 | ||
location: ../test/zea_mays_test/zea_mays_random_gene_list.tsv |
Oops, something went wrong.