Replies: 4 comments
-
After just running into this myself again and forgetting how to do this: If you use the Github CLI you should be able to |
Beta Was this translation helpful? Give feedback.
-
How did you end up solving this? I have the same issue after logging in with gh.
|
Beta Was this translation helpful? Give feedback.
-
I'm getting the same problem. Also after logging in with gh: ./eg_22_3_run_assemblebac.sh |& tee eg_22_3_run_assemblebac_errs6.out N E X T F L O W ~ version 24.10.4 Pulling avantonder/assembleBAC ...
Contents of the shell script are just this command (plus some comments and "exit 0" at the end): nextflow run avantonder/assembleBAC |
Beta Was this translation helpful? Give feedback.
-
It's looking like your authentication information may need to be in a config file usually $HOME/.nexflow/scm according to the documentation at https://www.nextflow.io/docs/latest/git.html#git-configuration . (It looks like this is what allowed my relevant job to eventually finish although I did have to restart it, taking advantage of the "-resume" option. On the first run it soon looked like it had got past the part where it pulls stuff from GitHub.) It isn't clear if the thing with "gh auth login" is either necessary or sufficient since Nextflow may re-authenticate itself anyway (chucking away anything obtained with "gh auth login"). Not sure why none of the experts have weighed in to mention the config file in the past four years. |
Beta Was this translation helpful? Give feedback.
-
Hello, I have a question about running the nextwork, could you give me a suggestion?
The code as the following,
Singularity> nextflow run nextflow/variant_call.nf --ref_dir /tmp/singularity-3.8.0/refrence/ --reads_in1 /tmp/singularity-3.8.0/diyData/1.L350_BDMS190036238-1a_1.fq.clean.gz --reads_in2 /tmp/singularity-3.8.0/diyData/1.L350_BDMS190036238-1a_2.fq.clean.gz --output_dir result --sample_name sample
The output:
N E X T F L O W ~ version 21.10.0
Pulling nextflow-io/nextflow ...
API rate limit exceeded -- Provide your GitHub user name and password to get a higher rate limit
The environment
I have confused me some time, I would grateful for you if you can help me, thank you.
Beta Was this translation helpful? Give feedback.
All reactions