-
Notifications
You must be signed in to change notification settings - Fork 0
HPC sh scripts
This script runs 'create_network_farm.r'
It gets two arguments:
- The number of the experiment to analyze (the id of set of abundance data from which to build the co-occurrance network).
- The name of the farm to build the network for.
This script queues the script 'create_network_farm.sh' to be run as a job on the HPC, once for each farm.
- The number of the experiment to analyze (the id of set of abundance data from which to build the co-occurrance network).
This script makes a folder and prepares it and then queues 'create_network_farm.sh' for each farm to run on this folder. It does that for each shuffled data (IDs 1-100).
This script makes a folder and prepares it and then queues 'create_network_farm.sh' for each farm to run on this folder. It does that for each shuffled data (IDs 1-500).
This script runs 'modularity_analysis_shuffled_farm.R'
- The number of the experiment to analyze - the id of multilayer network to run Infomap on.
This script runs 'modularity_analysis_pf_shuffled.R'
This script uses the experiment folder (made by 'run_shuffled_farm.sh'), prepares it and then queues 'modularity_analysis_pf_shuffled.sh' to run on this folder. It does that for each shuffled network (IDs 1-500).
This script runs 'shuffled_partner_fidelity.R'
- The number of the experiment to analyze - the id of network to check partner fidelity for.
This script uses the experiment folder (made by 'run_shuffled_farm.sh'), prepares it and then queues 'modularity_analysis_pf_shuffled.sh' to run on this folder. It does that for each shuffled network (IDs 1-500).