question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hi, I am trying to run the pipeline on the dna-mapping stage. But right in the begining, I got an error caused by ln -s -r. Am I missing something?

localrule FASTQ1:
    input: /gamma_data1/trezende/Mariy/Seq/4_ForthBatch/WTATAC_exTregIEL_S9_R1.fastq.gz
    output: FASTQ/WTATAC_exTregIEL_S9_R1.fastq.gz
    jobid: 122
    wildcards: sample=WTATAC_exTregIEL_S9
Job failed, going on with independent jobs.

[Thu May 23 15:49:56 2019]
Error in rule FASTQ1:
    jobid: 126
    output: FASTQ/WTATAC_iTreg_S7_R1.fastq.gz
ln: invalid option -- 'r'
Try `ln --help' for more information.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:13 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
steffenheynecommented, May 27, 2019

or snakePipes envInfo

1reaction
steffenheynecommented, May 24, 2019

conda activate /ru-auth/local/home/trezende/envs/09389d85

Then conda install coreutils

conda deactivate

The name of the appropriate env is shown in the log before

Read more comments on GitHub >

github_iconTop Results From Across the Web

Solving the “Too many levels of symbolic links” Error
The reason for this error is that symbolic links with relative sources are always relative to the symlink directory, not the directory from ......
Read more >
Standard Error of the Regression vs. R-squared
The residual standard error is equivalent to telling you directly how many MPH faster the car is traveling. The car went 72 MPH...
Read more >
usr/bin/ld: cannot find -l<nameOfTheLibrary>
My library is a symbolic link, i think the problem come from that because when i use the library in the other directory...
Read more >
Why doesn't ln -s tell that it fails when creating a symlink to ...
I see. Then the second "ln -sv dir_2 symlink_dir" will then then print the error msg because it is a broken link or...
Read more >
How Do I Fix the "Read-only file system" Error When I ...
Scenario 1: File System Mounted as Read-only · Run the following command to check how the directory containing the deleted file is mounted:...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found