Skip to content

Commit

Permalink
Enable backtrace
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffersonfparil authored Jul 14, 2024
1 parent 0018676 commit 7e30c43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ struct Args {
/// # cargo run -- genomic_prediction_cross_validation -f ./tests/test_MORE_POOLS.sync -p ./tests/test_MORE_POOLS.csv --phen-delim , --phen-name-col 0 --phen-value-col 2,3 --n-threads 32
/// ```
fn main() {
env::set_var("RUST_BACKTRACE", "1");
let args = Args::parse();
let mut output: String = String::from("");
// Prepare the mandatory inputs
Expand Down

0 comments on commit 7e30c43

Please sign in to comment.